summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-21 01:36:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-21 01:36:28 +0000
commit7afb55f14ab4f371cf8d5fc953ac93286316a011 (patch)
treec6ecda2bd38af425b5b60832ddf312591ed129e1 /TAO/tests/MProfile_Connection_Timeout
parenta5cea3561f834214aea4c0246b5e4b0577c29bd3 (diff)
downloadATCD-7afb55f14ab4f371cf8d5fc953ac93286316a011.tar.gz
ChangeLogTag:Thu Feb 20 17:31:58 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tests/MProfile_Connection_Timeout')
-rw-r--r--TAO/tests/MProfile_Connection_Timeout/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MProfile_Connection_Timeout/client.cpp b/TAO/tests/MProfile_Connection_Timeout/client.cpp
index 7b94317b948..f00618c2385 100644
--- a/TAO/tests/MProfile_Connection_Timeout/client.cpp
+++ b/TAO/tests/MProfile_Connection_Timeout/client.cpp
@@ -81,7 +81,7 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
// Get an object reference for the ORBs IORManipultion object!
- CORBA_Object_ptr IORM =
+ CORBA::Object_ptr IORM =
orb->resolve_initial_references (TAO_OBJID_IORMANIPULATION,
0
ACE_ENV_ARG_PARAMETER);
@@ -96,7 +96,7 @@ main (int argc, char *argv[])
iors [0] = object_primary;
iors [1] = object_secondary;
- CORBA_Object_var merged = iorm->merge_iors (iors ACE_ENV_ARG_PARAMETER);
+ CORBA::Object_var merged = iorm->merge_iors (iors ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
CORBA::Object_var object =