summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-02 20:17:29 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-02 20:17:29 +0000
commit59a1320839e7efee598942738af01e07783b1cc1 (patch)
tree9a37faab84ebc9b5549d849eebdd10ebc78a3826 /TAO/tao/CDR.h
parente195f8a90b3ffd14ed32ff11c97b00cb8df21968 (diff)
downloadATCD-59a1320839e7efee598942738af01e07783b1cc1.tar.gz
ChangeLogTag: Wed May 2 15:14:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index 724bb80e9f4..5630693caa8 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -173,6 +173,13 @@ public:
int byte_order = ACE_CDR_BYTE_ORDER,
TAO_ORB_Core* orb_core = 0);
+ /// Create an input stream from an ACE_Data_Block
+ TAO_InputCDR (ACE_Data_Block *data,
+ size_t read_pointer_position,
+ size_t write_pointer_position,
+ int byte_order = ACE_CDR_BYTE_ORDER,
+ TAO_ORB_Core* orb_core = 0);
+
/**
* Make a copy of the current stream state, but does not copy the
* internal buffer; so the same stream can be read multiple times