summaryrefslogtreecommitdiff
path: root/TAO/tests/objref_comparison_test
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-07-18 02:44:59 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-07-18 02:44:59 +0000
commit4f1a20c2b61f5f8eb1192b3838bc1b39579525e6 (patch)
treed319df153381fe6a6ee1492b2c01ddb3034f8fa1 /TAO/tests/objref_comparison_test
parent426f3057731a7a89d3f47a3b827cb56b9dfeb383 (diff)
downloadATCD-4f1a20c2b61f5f8eb1192b3838bc1b39579525e6.tar.gz
Wed Jul 18 02:43:38 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests/objref_comparison_test')
-rw-r--r--TAO/tests/objref_comparison_test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/objref_comparison_test/main.cpp b/TAO/tests/objref_comparison_test/main.cpp
index 94d2fc5ae8d..e0d63cf757d 100644
--- a/TAO/tests/objref_comparison_test/main.cpp
+++ b/TAO/tests/objref_comparison_test/main.cpp
@@ -37,7 +37,7 @@ Foo_Impl::match_references ()
{
CORBA::Object_var o = _this ();
CORBA::ORB_var orb = o->_get_orb ();
- CORBA::String_var ior_from_upcall = orb->object_to_string (o);
+ CORBA::String_var ior_from_upcall = orb->object_to_string (o.in());
CORBA::Boolean r1 = equal_func (this->ior_from_main_.in(), ior_from_upcall.in());