Salome HOME
Container servant hold information about SSL mode or not
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 9 Jun 2021 15:29:51 +0000 (17:29 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 9 Jun 2021 15:29:51 +0000 (17:29 +0200)
src/GEOM_I/GEOM_Component_Generator.cxx

index df0a33ee4eadfaa695c3a177df00e57570915484..3cc523418e722d904e311c6a05b22c48ed31be0c 100644 (file)
@@ -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();