summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORManipulation.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-26 22:42:39 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-26 22:42:39 +0000
commitdfedbc66ebb2b5762f9a7d4e9fb4d19fb6aebb91 (patch)
tree78e7ed5e7f92103408ea7bc77c49cf341f9e782f /TAO/tao/IORManipulation/IORManipulation.cpp
parente10c0ad0c9399894ba729752ed7b2c373be9803a (diff)
downloadATCD-dfedbc66ebb2b5762f9a7d4e9fb4d19fb6aebb91.tar.gz
ChangeLogTag: Wed Mar 26 16:40:58 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IORManipulation/IORManipulation.cpp')
-rw-r--r--TAO/tao/IORManipulation/IORManipulation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORManipulation.cpp b/TAO/tao/IORManipulation/IORManipulation.cpp
index d1486d3aac0..fdc0eadb9d2 100644
--- a/TAO/tao/IORManipulation/IORManipulation.cpp
+++ b/TAO/tao/IORManipulation/IORManipulation.cpp
@@ -94,7 +94,7 @@ TAO_IOR_Manipulation_impl::merge_iors (
TAO_ORB_Core *orb_core = TAO_ORB_Core_instance ();
- TAO_Stub *stub = orb_core->create_stub (id._retn (), // give the id string
+ TAO_Stub *stub = orb_core->create_stub (id.in (), // give the id string
Merged_Profiles
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Object::_nil ());
@@ -196,7 +196,7 @@ TAO_IOR_Manipulation_impl::remove_profiles (
TAO_ORB_Core *orb_core = TAO_ORB_Core_instance ();
- TAO_Stub *stub = orb_core->create_stub (id._retn (), // give the id string
+ TAO_Stub *stub = orb_core->create_stub (id.in (), // give the id string
Diff_Profiles
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Object::_nil ());