From f3da1d7f0c89760e31736a9749814c07d74d97c8 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 9 Jun 2021 17:34:21 +0200 Subject: [PATCH] Container servant hold information about SSL mode or not --- src/SMESH_I/SMESH_Component_Generator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2