X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalc%2Fcmp%2FMEDFactory_i.hxx;h=d3ad39d78e0a33193be1dcf97a009be15435d07b;hb=02e30f2d4869d29f7a39f158800f7d353f30bfa1;hp=a881bf3d580afd4eba68c992d8e8ef5b83a075bd;hpb=7d5fb5a50f6d091af34805871047f2fe72bdf293;p=modules%2Fmed.git diff --git a/src/MEDCalc/cmp/MEDFactory_i.hxx b/src/MEDCalc/cmp/MEDFactory_i.hxx index a881bf3d5..d3ad39d78 100644 --- a/src/MEDCalc/cmp/MEDFactory_i.hxx +++ b/src/MEDCalc/cmp/MEDFactory_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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