diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-20 07:30:22 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-11-20 07:30:22 +0000 |
commit | f2024ccd9532497d881a9a3dcdb53dd46f7dcaf6 (patch) | |
tree | cb4c66e5baf02cd456e9658f3caf9ccb3f5b3566 /TAO/tao/ORBInitInfo.cpp | |
parent | 51bf2e50889af588bb358458c209be9b1a119ec8 (diff) | |
download | ATCD-f2024ccd9532497d881a9a3dcdb53dd46f7dcaf6.tar.gz |
ChangeLogTag:Sun Nov 19 23:29:03 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/ORBInitInfo.cpp')
-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 *, |