summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-06 02:32:21 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-06 02:32:21 +0000
commite7620781acb8d850a4896426ad32f4b0bb43abde (patch)
tree15849cdf99968797fa53cf283b73bddad2c88ec5
parent7e38075a56d91bba88a1aa340ee28e431cb57878 (diff)
downloadATCD-e7620781acb8d850a4896426ad32f4b0bb43abde.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/Collocation/Coll_Tester.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Collocation/Coll_Tester.cpp b/TAO/tests/Collocation/Coll_Tester.cpp
index 27ec77cf8fd..7e687b28019 100644
--- a/TAO/tests/Collocation/Coll_Tester.cpp
+++ b/TAO/tests/Collocation/Coll_Tester.cpp
@@ -33,7 +33,8 @@ Collocation_Test::init (int argc, char *argv[], CORBA::Environment &ACE_TRY_ENV)
// Get an Object reference to RootPOA.
CORBA::Object_var obj =
- this->orb_->resolve_initial_references ("RootPOA");
+ this->orb_->resolve_initial_references ("RootPOA", ACE_TRY_ENV);
+ ACE_CHECK_RETURN (-1);
// Narrow the Object reference to a POA reference
this->root_poa_ =