summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-31 22:16:54 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-31 22:16:54 +0000
commit654d220a81a1228cd6db7c25d49875808f294088 (patch)
tree010ca4dc015c667331cfb578652de4d206695b87 /ace/CDR_Stream.h
parent807e8c36674d0d1acfdeb121c0ff7a9bc5302ae5 (diff)
downloadATCD-654d220a81a1228cd6db7c25d49875808f294088.tar.gz
Edited comments.
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index 5b98d95d422..24553b0bcd2 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -117,7 +117,8 @@ public:
// the IDL basic type sizes.
static void mb_align (ACE_Message_Block *mb);
- // Align the message block to an 8-byte boundary.
+ // Align the message block to ACE_CDR::MAX_ALIGNMENT,
+ // set by the CORBA spec at 8 bytes.
static int grow (ACE_Message_Block *mb, size_t minsize);
// Increase the capacity of mb to contain at least <minsize> bytes.