Salome HOME
On the road to HOMARD SSL
[modules/homard.git] / src / HOMARD_I / HOMARD_Gen_i.cxx
index a42a858c60a4f2e5fd5a1a5c7ea0e08e019614e3..9e6b757b53f8aeac4dd276e2a9416b7242aa7a9f 100644 (file)
@@ -92,8 +92,9 @@ HOMARD_Gen_i::HOMARD_Gen_i( CORBA::ORB_ptr orb,
                             PortableServer::POA_ptr poa,
                             PortableServer::ObjectId * contId,
                             const char *instanceName,
-                            const char *interfaceName) :
-Engines_Component_i(orb, poa, contId, instanceName, interfaceName)
+                            const char *interfaceName,
+                            bool checkNS) :
+Engines_Component_i(orb, poa, contId, instanceName, interfaceName, false, checkNS)
 {
   MESSAGE("constructor de HOMARD_Gen_i");
   _thisObj = this;