summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2654_Regression
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
commit3d8915afca81665b5f6c8d27f608cde21ccfd02d (patch)
tree3292c6c21514ebbd19099c9299bd61323d545731 /TAO/tests/Bug_2654_Regression
parentcd7ac6324608a5817154353a15ff20f624de4997 (diff)
downloadATCD-3d8915afca81665b5f6c8d27f608cde21ccfd02d.tar.gz
Mon Oct 30 13:48:48 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests/Bug_2654_Regression')
-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;