diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-30 12:19:40 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-30 12:19:40 +0000 |
commit | 02bfc424612081dc66b26f111dd7c1fc8a0c43b7 (patch) | |
tree | b7dc178be5630a044844db6f6b841253596ce15c /ACE/ace/CDR_Stream.h | |
parent | c31e3ecb0ae7af6b66e5949fd60495994e37eaba (diff) | |
download | ATCD-02bfc424612081dc66b26f111dd7c1fc8a0c43b7.tar.gz |
Wed Aug 30 12:19:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/CDR_Stream.h')
-rw-r--r-- | ACE/ace/CDR_Stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/CDR_Stream.h b/ACE/ace/CDR_Stream.h index ca09b31cc93..3e4d23a92dc 100644 --- a/ACE/ace/CDR_Stream.h +++ b/ACE/ace/CDR_Stream.h @@ -387,7 +387,7 @@ public: * Returns (in <buf>) the next position in the buffer aligned to * <size>, it advances the Message_Block wr_ptr past the data * (i.e., <buf> + <size>). If necessary it grows the Message_Block - * buffer. Sets the good_bit to 0 and returns a -1 on failure. + * buffer. Sets the good_bit to false and returns a -1 on failure. */ int adjust (size_t size, char *&buf); @@ -506,7 +506,7 @@ private: */ bool do_byte_swap_; - /// Set to 0 when an error ocurrs. + /// Set to false when an error ocurrs. bool good_bit_; /// Break-even point for copying. |