summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-09-28 18:41:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-09-28 18:41:51 +0000
commit5c17c6c4b50ae2f7607000455db66a8f669d0d82 (patch)
tree9896e21246ef436e20d576aeabeabd469962ce67
parent34511c78682694618f30121feb8aaed0f6f9ee24 (diff)
downloadATCD-5c17c6c4b50ae2f7607000455db66a8f669d0d82.tar.gz
ChangeLogTag: Wed Sep 28 14:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp b/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp
index 87ed4a6d2ca..6cec524c3c2 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp
@@ -345,11 +345,13 @@ TAO_Naming_Server::init_with_orb (int argc,
policies[2] =
this->root_poa_->create_request_processing_policy (PortableServer::USE_SERVANT_MANAGER
ACE_ENV_ARG_PARAMETER);
+ ACE_TRY_CHECK;
// Servant Retention Policy
policies[3] =
this->root_poa_->create_servant_retention_policy (PortableServer::RETAIN
ACE_ENV_ARG_PARAMETER);
+ ACE_TRY_CHECK;
}
#endif /* TAO_HAS_MINIMUM_POA */