summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-28 20:01:23 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-28 20:01:23 +0000
commitbc4806686337e17d0af3dafe839a3e6ea96cdad2 (patch)
tree05768f24780cc7b22485b451572e61de01fbd9a9 /ace/CDR_Stream.h
parent3d71cde86f794fbd621cb1cf88de347fd79677a1 (diff)
downloadATCD-bc4806686337e17d0af3dafe839a3e6ea96cdad2.tar.gz
ChangeLogTag:Mon Jun 28 15:00:01 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index c40910a9e2f..bc01de7015f 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -733,6 +733,10 @@ public:
// Re-initialize the CDR stream, copying the contents of the chain
// of message_blocks starting from <data>.
+ void reset_contents (void);
+ // Re-initialize the CDR stream, forgetting about the old contents
+ // of the stream and allocating a new buffer (from the allocators).
+
char* rd_ptr (void);
// Returns the current position for the rd_ptr....