]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
rename single thread POA for registry server standalone
authorPaul RASCLE <paul.rascle@edf.fr>
Fri, 16 Feb 2018 07:56:01 +0000 (08:56 +0100)
committerPaul RASCLE <paul.rascle@edf.fr>
Fri, 16 Feb 2018 14:16:01 +0000 (15:16 +0100)
src/Registry/SALOME_Registry_Server.cxx

index 97eed4f5e3c6802cad128a213eee07ddc86d8a7c..62ef09e63c820493edd0172a0482b4c4690da2fe 100644 (file)
@@ -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));