From 89ee37f9dbc15d8e0cf2ca9d6da85d0aca06c5c4 Mon Sep 17 00:00:00 2001 From: mitza Date: Mon, 27 Sep 2010 14:31:54 +0000 Subject: ChangeLogTag: Mon Sep 27 14:25:28 UTC 2010 Adam Mitz --- TAO/tao/PortableServer/Root_POA.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TAO/tao/PortableServer/Root_POA.cpp') 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; } -- cgit v1.2.1