From: Anthony Geay Date: Mon, 19 Apr 2021 14:13:21 +0000 (+0200) Subject: ContManager et ResourceManager sont desormais disponibles meme en SSL X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9ef681a27db2ea50dfbf9afd25694770a6f9b928;p=modules%2Fkernel.git ContManager et ResourceManager sont desormais disponibles meme en SSL --- diff --git a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx index aa7ed4480..08223ade7 100644 --- a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx @@ -104,7 +104,7 @@ SALOME_LifeCycleCORBA::SALOME_LifeCycleCORBA(SALOME_NamingService_Abstract *ns) // not enough: set a current directory in naming service is not thread safe // if naming service instance is shared among several threads... // ==> always use absolute path and don't rely on current directory! - if( dynamic_cast(_NS) ) + //if( dynamic_cast(_NS) ) { CORBA::Object_var obj = _NS->Resolve(SALOME_ContainerManager::_ContainerManagerNameInNS);