diff options
Diffstat (limited to 'TAO/tao/DynamicAny/DynSequence_i.cpp')
-rw-r--r-- | TAO/tao/DynamicAny/DynSequence_i.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicAny/DynSequence_i.cpp b/TAO/tao/DynamicAny/DynSequence_i.cpp index e8c3efbf79f..8d1ff58542d 100644 --- a/TAO/tao/DynamicAny/DynSequence_i.cpp +++ b/TAO/tao/DynamicAny/DynSequence_i.cpp @@ -140,7 +140,7 @@ TAO_DynSequence_i::_narrow (CORBA::Object_ptr obj TAO_DynSequence_i*, obj->_tao_QueryInterface ( ACE_reinterpret_cast ( - ptr_arith_t, + ptrdiff_t, &TAO_DynSequence_i::_narrow ) ) @@ -148,10 +148,10 @@ TAO_DynSequence_i::_narrow (CORBA::Object_ptr obj } void* -TAO_DynSequence_i::_tao_QueryInterface (ptr_arith_t type) +TAO_DynSequence_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_DynSequence_i::_narrow); if (type == mytype) { |