diff options
Diffstat (limited to 'TAO/tao/decode.cpp')
-rw-r--r-- | TAO/tao/decode.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/decode.cpp b/TAO/tao/decode.cpp index b323b62cd89..52c244b5ae5 100644 --- a/TAO/tao/decode.cpp +++ b/TAO/tao/decode.cpp @@ -674,7 +674,8 @@ TAO_Marshal_ObjRef::decode (CORBA::TypeCode_ptr, { // Create a new CORBA_Object and give it the IIOP_Object just // created. - TAO_ServantBase *servant = TAO_ORB_Core_instance ()->orb ()->_get_collocated_servant (objdata); + TAO_ServantBase *servant = + TAO_ORB_Core_instance ()->orb ()->_get_collocated_servant (objdata); CORBA_Object *corba_proxy = 0; ACE_NEW_RETURN (corba_proxy, |