summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_10.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
commit3951e3cdee4d82bca868c1c5c0915dd869bcf482 (patch)
tree36cf78f519915042eca0bd1b2c863aa9daac19ac /TAO/tao/GIOP_Message_Generator_Parser_10.cpp
parent097368aa15d8405cdf34c8f53e68aee63716c639 (diff)
downloadATCD-3951e3cdee4d82bca868c1c5c0915dd869bcf482.tar.gz
ChangeLogTag:Thu May 1 11:25:42 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_10.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_10.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
index f5b43e38bf4..5384edee8fe 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
@@ -176,10 +176,10 @@ TAO_GIOP_Message_Generator_Parser_10::write_reply_header (
if (reply.is_dsi_ == 1)
{
// @@ Much of this code is GIOP 1.1 specific and should be
- ptr_arith_t target = reply.dsi_nvlist_align_;
+ ptrdiff_t target = reply.dsi_nvlist_align_;
- ptr_arith_t current =
- ptr_arith_t (output.current_alignment ()) % ACE_CDR::MAX_ALIGNMENT;
+ ptrdiff_t current =
+ ptrdiff_t (output.current_alignment ()) % ACE_CDR::MAX_ALIGNMENT;
CORBA::ULong pad = 0;