summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueBase.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-05-01 18:39:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-05-01 18:39:12 +0000
commit3dfe58c5859b3f906b0ddc5a6050b8e0642a1d49 (patch)
tree36cf78f519915042eca0bd1b2c863aa9daac19ac /TAO/tao/ValueBase.cpp
parentc96b5bed98fc68196f03fc2da22952cfbdab1117 (diff)
downloadATCD-3dfe58c5859b3f906b0ddc5a6050b8e0642a1d49.tar.gz
ChangeLogTag:Thu May 1 11:25:42 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ValueBase.cpp')
-rw-r--r--TAO/tao/ValueBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ValueBase.cpp b/TAO/tao/ValueBase.cpp
index 5cf3f9b9d20..b575025d1a4 100644
--- a/TAO/tao/ValueBase.cpp
+++ b/TAO/tao/ValueBase.cpp
@@ -85,7 +85,7 @@ CORBA::ValueBase::_tao_any_destructor (void *x)
CORBA::Boolean
CORBA::ValueBase::_tao_marshal (TAO_OutputCDR &strm,
CORBA::ValueBase *this_,
- ptr_arith_t /* formal_type_id */)
+ ptrdiff_t /* formal_type_id */)
{
CORBA::Boolean retval = 1;
// %! yet much to do ... look for +++ !
@@ -360,7 +360,7 @@ operator<< (TAO_OutputCDR &strm,
strm,
ACE_const_cast (CORBA::ValueBase *,
_tao_valuetype),
- (ptr_arith_t) &CORBA::ValueBase::_downcast
+ (ptrdiff_t) &CORBA::ValueBase::_downcast
);
}