diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-28 04:05:40 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-28 04:05:40 +0000 |
commit | 8a4f75adaada8a1313df4b00833edaee191f167d (patch) | |
tree | f4c368de17fc724e8bd93a258ea8f0277bef9c68 /TAO | |
parent | e30c08c6625cea31750854178a6d72e1361f14bc (diff) | |
download | ATCD-8a4f75adaada8a1313df4b00833edaee191f167d.tar.gz |
Untabified
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/Any_Dual_Impl_T.cpp | 4 | ||||
-rw-r--r-- | TAO/tao/Any_Impl_T.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Any_Dual_Impl_T.cpp b/TAO/tao/Any_Dual_Impl_T.cpp index 30545ca608d..6ba7484fd8f 100644 --- a/TAO/tao/Any_Dual_Impl_T.cpp +++ b/TAO/tao/Any_Dual_Impl_T.cpp @@ -142,8 +142,8 @@ TAO::Any_Dual_Impl_T<T>::extract (const CORBA::Any & any, mb->rd_ptr () - mb->base (), mb->wr_ptr () - mb->base (), impl->_tao_byte_order (), - TAO_DEF_GIOP_MAJOR, - TAO_DEF_GIOP_MINOR); + TAO_DEF_GIOP_MAJOR, + TAO_DEF_GIOP_MINOR); impl->assign_translator (kind, &cdr); CORBA::Boolean result = replacement->demarshal_value (cdr); diff --git a/TAO/tao/Any_Impl_T.cpp b/TAO/tao/Any_Impl_T.cpp index c407967395c..650be990b37 100644 --- a/TAO/tao/Any_Impl_T.cpp +++ b/TAO/tao/Any_Impl_T.cpp @@ -103,8 +103,8 @@ TAO::Any_Impl_T<T>::extract (const CORBA::Any & any, mb->rd_ptr () - mb->base (), mb->wr_ptr () - mb->base (), impl->_tao_byte_order (), - TAO_DEF_GIOP_MAJOR, - TAO_DEF_GIOP_MINOR); + TAO_DEF_GIOP_MAJOR, + TAO_DEF_GIOP_MINOR); impl->assign_translator (kind, &cdr); CORBA::Boolean result = replacement->demarshal_value (cdr); |