Salome HOME
updated copyright message
[modules/med.git] / src / MEDCalc / cmp / MEDFactory_i.hxx
index e066a8a5d831ae9a86aec5180a9341a90b69b2ec..d3ad39d78e0a33193be1dcf97a009be15435d07b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2023  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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