summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-12 00:48:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-12 00:48:25 +0000
commit2472c2edb5d76f17729537f266fccbae9a2daffa (patch)
treedd99a8105428d43eb691366e0d3201e3a3fea5fd /ace/CDR_Stream.h
parent2ef5c80a465c3b404d30d883845a78bf552a3576 (diff)
downloadATCD-2472c2edb5d76f17729537f266fccbae9a2daffa.tar.gz
ChangeLogTag:Sun Mar 11 18:41:08 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index e1e4c0c3e77..c98d09bbd44 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -19,7 +19,6 @@
* Those assumptions are pretty good these days, with Crays beign
* the only known exception.
*
- *
* @author TAO version by
* @author Aniruddha Gokhale <gokhale@cs.wustl.edu>
* @author Carlos O'Ryan<coryan@cs.wustl.edu>
@@ -31,7 +30,6 @@
*/
//=============================================================================
-
#ifndef ACE_CDR_STREAM_H
#define ACE_CDR_STREAM_H
@@ -263,12 +261,16 @@ public:
/// Return the <current_> message block in chain.
const ACE_Message_Block *current (void) const;
- /// Access the underlying buffer (read only).
+ /**
+ * Access the underlying buffer (read only). NOTE: This
+ * method only returns a pointer to the first block in the
+ * chain.
+ */
const char *buffer (void) const;
/**
* Return the start and size of the internal buffer. NOTE: This
- * methods only return information about the first block in the
+ * method only returns information about the first block in the
* chain.
*/
size_t length (void) const;