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

index aafbd35cce8648ad2b662acc9608e7113950bda0..0a1a1d9c210b6b6f781a202d0e22512cb4bec7f5 100644 (file)
@@ -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();