summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Root_POA.cpp
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-27 14:31:54 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-27 14:31:54 +0000
commit89ee37f9dbc15d8e0cf2ca9d6da85d0aca06c5c4 (patch)
tree82914eb3eb5cb4d40c27d818932f1034ca3c9a7f /TAO/tao/PortableServer/Root_POA.cpp
parent01893b083aea31afa38097b5ae08752c091c4b1a (diff)
downloadATCD-89ee37f9dbc15d8e0cf2ca9d6da85d0aca06c5c4.tar.gz
ChangeLogTag: Mon Sep 27 14:25:28 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tao/PortableServer/Root_POA.cpp')
-rw-r--r--TAO/tao/PortableServer/Root_POA.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.cpp b/TAO/tao/PortableServer/Root_POA.cpp
index 48689b2c43e..6855aa5d894 100644
--- a/TAO/tao/PortableServer/Root_POA.cpp
+++ b/TAO/tao/PortableServer/Root_POA.cpp
@@ -2007,6 +2007,9 @@ TAO_Root_POA::key_to_object (const TAO::ObjectKey &key,
obj = this->orb_core_.orb ()->string_to_object (ior.c_str ());
+ // type_id info is not in the corbaloc, so set it here
+ obj->_stubobj()->type_id = type_id;
+
return obj;
}