diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-31 17:21:22 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-31 17:21:22 +0000 |
commit | 0b69b41b23d13cd42402069be0254f080b580f28 (patch) | |
tree | 85403bb5f7c7380612705a96ea7f7984ec774254 /TAO/tao/decode.cpp | |
parent | fd2d245c0f95a1eabcf2ac355de8e86e3843bf1d (diff) | |
download | ATCD-0b69b41b23d13cd42402069be0254f080b580f28.tar.gz |
ChangeLogTag:Tue Mar 31 11:05:23 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
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, |