mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Container servant hold information about SSL mode or not
This commit is contained in:
parent
6e356afaff
commit
f3da1d7f0c
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user