Container servant hold information about SSL mode or not

This commit is contained in:
Anthony Geay 2021-06-09 17:29:51 +02:00
parent f4e6b4a197
commit 8d26af3d7b

View 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();