summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/objref_comparison_test/main.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 620457d2b57..f0c0bf4ac61 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 18 02:43:38 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tests/objref_comparison_test/main.cpp:
+ Scoreboard cleanup.
+
Tue Jul 17 18:46:23 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>
* orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp:
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());