diff options
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r-- | ace/CDR_Stream.h | 3 |
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. |