Salome HOME
Padder smesh plugin in SSL mode
[modules/smesh.git] / src / Tools / padder / meshjob / impl / MeshJobManager_i.cxx
index a8b0295a826386d957c25cdfb79ece1e48064cd6..10bae23e7129a6941484207fdad401f53505360b 100644 (file)
@@ -83,6 +83,11 @@ static bool fexists(const char *filename)
   return false;
 }
 
+Engines::EngineComponent_var RetrievePadderMeshJobManagerInstance()
+{
+
+}
+
 //
 // ====================================================================
 // Constructor/Destructor
@@ -92,8 +97,9 @@ MeshJobManager_i::MeshJobManager_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, bool regist)
+  : Engines_Component_i(orb, poa, contId, instanceName, interfaceName, checkNS, regist)
 {
   LOG("Activating MESHJOB::MeshJobManager object");
   _thisObj = this ;