summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall/client.cpp')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/client.cpp b/TAO/tests/BiDirectional_NestedUpcall/client.cpp
index 2593a3d71d9..c9365e9a235 100644
--- a/TAO/tests/BiDirectional_NestedUpcall/client.cpp
+++ b/TAO/tests/BiDirectional_NestedUpcall/client.cpp
@@ -48,9 +48,7 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
CORBA::Object_var poa_object =
- orb->resolve_initial_references ("RootPOA", ACE_TRY_ENV);
- ACE_TRY_CHECK;
-
+ orb->resolve_initial_references("RootPOA");
if (CORBA::is_nil (poa_object.in ()))
ACE_ERROR_RETURN ((LM_ERROR,
" (%P|%t) Unable to initialize the POA.\n"),