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
commit9f30919eca8da018dea5065a6c83b84e9c64ced3 (patch)
tree010ca4dc015c667331cfb578652de4d206695b87 /ace/CDR_Stream.h
parent4e3cd7fbd5f214a13e1386ed52a576929bd2eb6e (diff)
downloadATCD-9f30919eca8da018dea5065a6c83b84e9c64ced3.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.