diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-21 01:36:28 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-21 01:36:28 +0000 |
commit | 7afb55f14ab4f371cf8d5fc953ac93286316a011 (patch) | |
tree | c6ecda2bd38af425b5b60832ddf312591ed129e1 /TAO/tests/MProfile | |
parent | a5cea3561f834214aea4c0246b5e4b0577c29bd3 (diff) | |
download | ATCD-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.cpp | 4 |
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 |