summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/server.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-04 17:53:46 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-04 17:53:46 +0000
commit909f70e2b197a8e0debf6e518133781f7c441bed (patch)
tree5389ed6dd2b9760e948ea5dd46a3c2ac4f27cf87 /TAO/tests/QtTests/server.cpp
parentccbd89c0bc8ee94fec70a6d5bf749c07debdaeca (diff)
downloadATCD-909f70e2b197a8e0debf6e518133781f7c441bed.tar.gz
ChangeLogTag:Sun Mar 04 09:44:18 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tests/QtTests/server.cpp')
-rwxr-xr-xTAO/tests/QtTests/server.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/QtTests/server.cpp b/TAO/tests/QtTests/server.cpp
index 63cd1d0929b..33acfad1cd2 100755
--- a/TAO/tests/QtTests/server.cpp
+++ b/TAO/tests/QtTests/server.cpp
@@ -71,7 +71,8 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
CORBA::Object_var poa_object =
- orb->resolve_initial_references("RootPOA");
+ orb->resolve_initial_references ("RootPOA", ACE_TRY_ENV);
+ ACE_TRY_CHECK;
if (CORBA::is_nil (poa_object.in ()))
ACE_ERROR_RETURN ((LM_ERROR,