Container servant hold information about SSL mode or not

This commit is contained in:
Anthony Geay 2021-06-09 17:34:21 +02:00
parent 6e356afaff
commit f3da1d7f0c

View File

@ -43,7 +43,7 @@ Engines::EngineComponent_var RetrieveSMESHInstance()
PortableServer::POAManager_var pman = poa->the_POAManager(); PortableServer::POAManager_var pman = poa->the_POAManager();
CORBA::PolicyList policies; CORBA::PolicyList policies;
policies.length(0); policies.length(0);
Engines_Container_i *cont(KERNEL::getContainerSA()); auto *cont(KERNEL::getContainerSA());
PortableServer::ObjectId *conId(cont->getCORBAId()); PortableServer::ObjectId *conId(cont->getCORBAId());
// //
pman->activate(); pman->activate();