summaryrefslogtreecommitdiff
path: root/TAO/tests/Muxing
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-13 17:32:43 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-13 17:32:43 +0000
commit9551bf40b239c7a59d405bbac984f48f6f556ebe (patch)
tree5d118cb51468a6c8f5746853b905208a193b492c /TAO/tests/Muxing
parent7cddfd814db62d1bcc1a4f8be3c73e53995297de (diff)
downloadATCD-9551bf40b239c7a59d405bbac984f48f6f556ebe.tar.gz
ChangeLogTag: Tue Mar 13 18:24:27 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Muxing')
-rw-r--r--TAO/tests/Muxing/server.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/Muxing/server.cpp b/TAO/tests/Muxing/server.cpp
index 90cfdfdf5f5..b10aa4b7bbb 100644
--- a/TAO/tests/Muxing/server.cpp
+++ b/TAO/tests/Muxing/server.cpp
@@ -64,8 +64,13 @@ main (int argc, char *argv[])
1);
PortableServer::ServantBase_var receiver_owner_transfer(receiver_impl);
+ PortableServer::ObjectId_var id =
+ root_poa->activate_object (receiver_impl);
+
+ CORBA::Object_var object = root_poa->id_to_reference (id.in ());
+
Test::Receiver_var receiver =
- receiver_impl->_this ();
+ Test::Receiver::_narrow (object.in ());
CORBA::String_var ior =
orb->object_to_string (receiver.in ());