diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-06-21 21:18:43 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-06-21 21:18:43 +0000 |
commit | b5f6bde478f3a0aecc6956a8ebdd815522078b1b (patch) | |
tree | d63d31d06a4549605f6a85d9719e1f84b2bd2e29 /ace/Message_Block.h | |
parent | d6d266b2f42bdc2ef1ddfaca63964232237fbe35 (diff) | |
download | ATCD-b5f6bde478f3a0aecc6956a8ebdd815522078b1b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Message_Block.h')
-rw-r--r-- | ace/Message_Block.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Message_Block.h b/ace/Message_Block.h index 63b7dc6288c..214b6c5ba1b 100644 --- a/ace/Message_Block.h +++ b/ace/Message_Block.h @@ -240,7 +240,8 @@ public: void wr_ptr (char *ptr); // Set the write pointer to <ptr>. void wr_ptr (size_t n); - // Set the write pointer ahead <n> bytes. + // Set the write pointer ahead <n> bytes. This is used to compute + // the <length> of a message. // = Message length is wr_ptr() - rd_ptr (). size_t length (void) const; |