From: Anthony Geay Date: Wed, 9 Jun 2021 15:29:51 +0000 (+0200) Subject: Container servant hold information about SSL mode or not X-Git-Tag: V9_8_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8d26af3d7b521a6524ffaa2c7ea98400cce78d63;p=modules%2Fgeom.git Container servant hold information about SSL mode or not --- diff --git a/src/GEOM_I/GEOM_Component_Generator.cxx b/src/GEOM_I/GEOM_Component_Generator.cxx index df0a33ee4..3cc523418 100644 --- a/src/GEOM_I/GEOM_Component_Generator.cxx +++ b/src/GEOM_I/GEOM_Component_Generator.cxx @@ -42,7 +42,7 @@ Engines::EngineComponent_var RetrieveGEOMInstance() 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();