summaryrefslogtreecommitdiff
path: root/TAO/tao/ORBInitInfo.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-11-20 07:49:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-11-20 07:49:23 +0000
commitd5f0d699a032ff85d64871c403c123a1880ee617 (patch)
tree90dbf729421920494d7fd989b9b54be42764a7cc /TAO/tao/ORBInitInfo.cpp
parentaba0fdd3007f19f4b850d392f4e68c2ca2b69ddb (diff)
downloadATCD-d5f0d699a032ff85d64871c403c123a1880ee617.tar.gz
ChangeLogTag:Sun Nov 19 23:46:07 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/ORBInitInfo.cpp')
-rw-r--r--TAO/tao/ORBInitInfo.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/ORBInitInfo.cpp b/TAO/tao/ORBInitInfo.cpp
index 9337270c824..326a5f1a90c 100644
--- a/TAO/tao/ORBInitInfo.cpp
+++ b/TAO/tao/ORBInitInfo.cpp
@@ -272,16 +272,16 @@ void *
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))
+ if (type == ACE_reinterpret_cast (ptr_arith_t,
+ &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 (PortableInterceptor::ORBInitInfo_ptr,
- this));
+ retv = ACE_reinterpret_cast (
+ void *,
+ ACE_static_cast (PortableInterceptor::ORBInitInfo_ptr,
+ this));
else if (type == ACE_reinterpret_cast (ptr_arith_t, &CORBA::Object::_narrow))
retv = ACE_reinterpret_cast (void *,
ACE_static_cast (CORBA::Object_ptr, this));