From: Anthony Geay Date: Wed, 9 Jun 2021 15:34:21 +0000 (+0200) Subject: Container servant hold information about SSL mode or not X-Git-Tag: V9_8_0a1~36 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=f3da1d7f0c89760e31736a9749814c07d74d97c8 Container servant hold information about SSL mode or not --- diff --git a/src/SMESH_I/SMESH_Component_Generator.cxx b/src/SMESH_I/SMESH_Component_Generator.cxx index aafbd35cc..0a1a1d9c2 100644 --- a/src/SMESH_I/SMESH_Component_Generator.cxx +++ b/src/SMESH_I/SMESH_Component_Generator.cxx @@ -43,7 +43,7 @@ Engines::EngineComponent_var RetrieveSMESHInstance() PortableServer::POAManager_var pman = poa->the_POAManager(); CORBA::PolicyList policies; policies.length(0); - Engines_Container_i *cont(KERNEL::getContainerSA()); + auto *cont(KERNEL::getContainerSA()); PortableServer::ObjectId *conId(cont->getCORBAId()); // pman->activate();