MESSAGE("CreateStudy: KERNELStudySingleThreadPOA: "<< poa);
threadPol->destroy();
- SALOMEDS_Study_i::SetThePOA(poa);
+ SALOMEDS_Study_i::SetThePOA(poa);
SALOMEDS_Study_i* aStudy_i = new SALOMEDS_Study_i(orb);
// Activate the objects. This tells the POA that the objects are ready to accept requests.
policies[1] = PortableServer::ImplicitActivationPolicy::_duplicate(implicitPol);
poa = defaultPoa->create_POA("KERNELStandaloneStudySingleThreadPOA",pman,policies);
threadPol->destroy();
+ SALOMEDS_Study_i::SetThePOA(poa);
if(!CORBA::is_nil(orb))
theObj = orb->resolve_initial_references("NameService");