diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-05-02 20:17:29 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-05-02 20:17:29 +0000 |
commit | 59a1320839e7efee598942738af01e07783b1cc1 (patch) | |
tree | 9a37faab84ebc9b5549d849eebdd10ebc78a3826 /TAO/tao/CDR.i | |
parent | e195f8a90b3ffd14ed32ff11c97b00cb8df21968 (diff) | |
download | ATCD-59a1320839e7efee598942738af01e07783b1cc1.tar.gz |
ChangeLogTag: Wed May 2 15:14:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CDR.i')
-rw-r--r-- | TAO/tao/CDR.i | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/tao/CDR.i b/TAO/tao/CDR.i index 94a80cc3ad0..b7138628c11 100644 --- a/TAO/tao/CDR.i +++ b/TAO/tao/CDR.i @@ -52,6 +52,23 @@ TAO_InputCDR::TAO_InputCDR (ACE_Data_Block *data, this->init_translators (); } + +ACE_INLINE +TAO_InputCDR::TAO_InputCDR (ACE_Data_Block *data, + size_t rd_pos, + size_t wr_pos, + int byte_order, + TAO_ORB_Core* orb_core) + : ACE_InputCDR (data, + rd_pos, + wr_pos, + byte_order), + orb_core_ (orb_core) +{ + this->init_translators (); +} + + ACE_INLINE TAO_InputCDR::TAO_InputCDR (const TAO_InputCDR& rhs, size_t size, |