summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile
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
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')
-rw-r--r--TAO/tests/MProfile/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MProfile/client.cpp b/TAO/tests/MProfile/client.cpp
index 964d9dc23df..3bd05cd4d7f 100644
--- a/TAO/tests/MProfile/client.cpp
+++ b/TAO/tests/MProfile/client.cpp
@@ -76,7 +76,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);
@@ -91,7 +91,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;
// Combined IOR stuff