summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-10 14:50:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-10 14:50:07 +0000
commitdd3581bf7641eaebdc89113544ea6af828b34075 (patch)
tree3dfae8d3d7a2fc1d7445e7e3b4392993e50dbee4 /TAO/orbsvcs/tests
parentc14380300c75a793c2006148ef034436bc937183 (diff)
downloadATCD-dd3581bf7641eaebdc89113544ea6af828b34075.tar.gz
ChangeLogTag: Mon Apr 10 14:34:00 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Bug_2377_Regression/Hello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.cpp b/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.cpp
index bd253c0926c..03cb59b88e1 100644
--- a/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.cpp
+++ b/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.cpp
@@ -268,7 +268,7 @@ static Client_Strategy_Factory "-ORBProfileLock thread -ORBClientConnectionHandl
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT (" - associate MIOP reference with Hello object\n")));
}
- rootPOA->associate_reference_with_id(miop_ref.in(), obj_id);
+ rootPOA->associate_reference_with_id(miop_ref.in(), obj_id.in ());
// create Hello reference
if (TAO_debug_level > 0)