From: Paul RASCLE Date: Fri, 16 Feb 2018 07:56:01 +0000 (+0100) Subject: rename single thread POA for registry server standalone X-Git-Tag: V8_5_0a2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a932e599894fafdc69020d0ecb884a14154b62f1;p=modules%2Fkernel.git rename single thread POA for registry server standalone --- diff --git a/src/Registry/SALOME_Registry_Server.cxx b/src/Registry/SALOME_Registry_Server.cxx index 97eed4f5e..62ef09e63 100644 --- a/src/Registry/SALOME_Registry_Server.cxx +++ b/src/Registry/SALOME_Registry_Server.cxx @@ -175,7 +175,7 @@ int main( int argc , char **argv ) policies.length(1); PortableServer::ThreadPolicy_var threadPol(poa->create_thread_policy(PortableServer::SINGLE_THREAD_MODEL)); policies[0]=PortableServer::ThreadPolicy::_duplicate(threadPol); - PortableServer::POA_var poa2(poa->create_POA("SingleThPOA4SDS",manager,policies)); + PortableServer::POA_var poa2(poa->create_POA("SingleThreadPOA4RegistryStandalone",manager,policies)); threadPol->destroy(); // PortableServer::ObjectId_var id(poa2->activate_object(ptrRegistry));