summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-05 03:41:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-05 03:41:14 +0000
commitb1079b4c54950611148a671043f612e0f9ea96e3 (patch)
tree34abad43974760c063180b1295547d9075c94499 /ace/CDR_Stream.h
parent9a8f346a63fb86f59c4a04f470bbc6c3e24fbae5 (diff)
downloadATCD-b1079b4c54950611148a671043f612e0f9ea96e3.tar.gz
ChangeLogTag:Tue Dec 04 20:08:49 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index ad065753dc7..8b1ac7e9c0f 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -41,11 +41,11 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/SString.h"
#include "ace/Message_Block.h"
class ACE_Char_Codeset_Translator;
class ACE_WChar_Codeset_Translator;
-class ACE_CString;
class ACE_InputCDR;
@@ -89,7 +89,7 @@ public:
ACE_CDR_GIOP_MINOR_VERSION);
/// Build a CDR stream with an initial buffer, it will *not* remove
- /// <data>, since it did not allocated it. It's important to be careful
+ /// <data>, since it did not allocated it. It's important to be careful
/// with the alignment of <data>.
/**
* Create an output stream from an arbitrary buffer, care must be
@@ -97,7 +97,7 @@ public:
* needed. In this case <data> will not point to the start off the
* output stream. begin()->rd_prt() points to the start off the
* output stream. See ACE_ptr_align_binary() to properly align a
- * pointer and use ACE_CDR::MAX_ALIGNMENT for the correct alignment.
+ * pointer and use ACE_CDR::MAX_ALIGNMENT for the correct alignment.
*/
ACE_OutputCDR (char *data,
size_t size,