summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-04-03 17:24:51 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-04-03 17:24:51 +0000
commit0532882b274e12e8d0ecb0a8d69e2d72df7f855c (patch)
tree7e8f7d7b38c76598eb3e91b6c707e7958b71e916 /TAO/orbsvcs/tests
parent0bba1d3a91dc2f7b95e531f8b8a6d1c2793db123 (diff)
downloadATCD-0532882b274e12e8d0ecb0a8d69e2d72df7f855c.tar.gz
ChangeLogTag: Tue Apr 3 12:23:55 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Runtime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Runtime.cpp b/TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Runtime.cpp
index 1ec86ad4b4a..a6744d42c5f 100644
--- a/TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Runtime.cpp
+++ b/TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Runtime.cpp
@@ -28,7 +28,7 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
CORBA::Object_var poa_object =
- orb->resolve_initial_references("RootPOA", ACE_TRY_CONF);
+ orb->resolve_initial_references("RootPOA", ACE_TRY_ENV);
ACE_TRY_CHECK;
if (CORBA::is_nil(poa_object.in ()))