summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/client.cpp
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-07 14:49:22 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-07 14:49:22 +0000
commite454c9e29160491652d759fbf6aeca56dc1763c3 (patch)
tree3e935765ee87e9cad90826010b236c8e035a29b1 /TAO/tests/AMI/client.cpp
parent6c43bd3091633244a5eda5e2ab9a8c644245bfd9 (diff)
downloadATCD-e454c9e29160491652d759fbf6aeca56dc1763c3.tar.gz
ChangeLogTag: Wed Mar 7 08:39:56 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/AMI/client.cpp')
-rw-r--r--TAO/tests/AMI/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/AMI/client.cpp b/TAO/tests/AMI/client.cpp
index 56aafb30d97..5414eae5298 100644
--- a/TAO/tests/AMI/client.cpp
+++ b/TAO/tests/AMI/client.cpp
@@ -182,7 +182,8 @@ Handler handler;
int
main (int argc, char *argv[])
{
- ACE_TRY_NEW_ENV
+ ACE_DECLARE_NEW_CORBA_ENV;
+ ACE_TRY
{
CORBA::ORB_var orb =
CORBA::ORB_init (argc, argv, "", ACE_TRY_ENV);