Salome HOME
bos #26460 SSL mode implementation
[modules/med.git] / src / MEDCalc / cmp / MEDFactory_i.hxx
index 3311189f48da1c047b1df369d62201021637c522..a2e3d10672b0eb7f402b0c0b1f24a28422139f6f 100644 (file)
@@ -41,7 +41,8 @@ public:
                PortableServer::POA_ptr poa,
                PortableServer::ObjectId * contId,
                const char *instanceName,
-               const char *interfaceName);
+               const char *interfaceName,
+                          bool checkNS = true);
   virtual ~MEDFactory_i();
 
   /*! Returns the singleton instance of the data manager */
@@ -54,12 +55,4 @@ public:
   MEDCALC::MEDCommandsHistoryManager_ptr getCommandsHistoryManager();
 };
 
-extern "C"
-MEDCALC_EXPORT PortableServer::ObjectId *
-MEDFactoryEngine_factory(CORBA::ORB_ptr orb,
-                         PortableServer::POA_ptr poa,
-                         PortableServer::ObjectId * contId,
-                         const char *instanceName,
-                         const char *interfaceName);
-
 #endif