diff options
Diffstat (limited to 'TAO/tao/DynamicAny/DynArray_i.cpp')
-rw-r--r-- | TAO/tao/DynamicAny/DynArray_i.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicAny/DynArray_i.cpp b/TAO/tao/DynamicAny/DynArray_i.cpp index 7064c1f291a..0dccbf479e2 100644 --- a/TAO/tao/DynamicAny/DynArray_i.cpp +++ b/TAO/tao/DynamicAny/DynArray_i.cpp @@ -199,7 +199,7 @@ TAO_DynArray_i::_narrow (CORBA::Object_ptr obj TAO_DynArray_i*, obj->_tao_QueryInterface ( ACE_reinterpret_cast ( - ptr_arith_t, + ptrdiff_t, &TAO_DynArray_i::_narrow ) ) @@ -207,10 +207,10 @@ TAO_DynArray_i::_narrow (CORBA::Object_ptr obj } void* -TAO_DynArray_i::_tao_QueryInterface (ptr_arith_t type) +TAO_DynArray_i::_tao_QueryInterface (ptrdiff_t type) { - ptr_arith_t mytype = - ACE_reinterpret_cast (ptr_arith_t, + ptrdiff_t mytype = + ACE_reinterpret_cast (ptrdiff_t, &TAO_DynArray_i::_narrow); if (type == mytype) { |