summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2654_Regression/client.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-10-30 13:49:39 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-10-30 13:49:39 +0000
commitebdc6e49ea59aeb8783d73c9a030a23baa6ffb1d (patch)
tree3292c6c21514ebbd19099c9299bd61323d545731 /TAO/tests/Bug_2654_Regression/client.cpp
parent1f572806b84a24a59c17abb0bfe39341e38ab6e2 (diff)
downloadATCD-ebdc6e49ea59aeb8783d73c9a030a23baa6ffb1d.tar.gz
Mon Oct 30 13:48:48 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests/Bug_2654_Regression/client.cpp')
-rw-r--r--TAO/tests/Bug_2654_Regression/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2654_Regression/client.cpp b/TAO/tests/Bug_2654_Regression/client.cpp
index 09007162880..a340b08ede0 100644
--- a/TAO/tests/Bug_2654_Regression/client.cpp
+++ b/TAO/tests/Bug_2654_Regression/client.cpp
@@ -179,8 +179,8 @@ init_callback (Worker &w)
PortableServer::ServantBase_var owner = servant;
PortableServer::ObjectId_var id = child_poa->activate_object (servant);
- obj = child_poa->id_to_reference (id);
- w.callback_ = Test::CallBack::_narrow(obj);
+ obj = child_poa->id_to_reference (id.in());
+ w.callback_ = Test::CallBack::_narrow(obj.in());
// Creation of childPOA is over. Destroy the Policy objects.
for (CORBA::ULong i = 0;