diff options
-rw-r--r-- | TAO/tao/ORBInitInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORBInitInfo.cpp b/TAO/tao/ORBInitInfo.cpp index 415a174297d..9337270c824 100644 --- a/TAO/tao/ORBInitInfo.cpp +++ b/TAO/tao/ORBInitInfo.cpp @@ -274,13 +274,13 @@ TAO_ORBInitInfo::_tao_QueryInterface (ptr_arith_t type) void *retv = 0; if (type == ACE_reinterpret_cast (ptr_arith_t, - &ACE_NESTED_CLASS (::, TAO_ORBInitInfo)::_narrow)) + &ACE_NESTED_CLASS ( , TAO_ORBInitInfo)::_narrow)) retv = ACE_reinterpret_cast (void*, this); else if (type == ACE_reinterpret_cast (ptr_arith_t, &::PortableInterceptor::ORBInitInfo::_narrow)) retv = ACE_reinterpret_cast (void *, - ACE_static_cast (CORBA::Current_ptr, + ACE_static_cast (PortableInterceptor::ORBInitInfo_ptr, this)); else if (type == ACE_reinterpret_cast (ptr_arith_t, &CORBA::Object::_narrow)) retv = ACE_reinterpret_cast (void *, |