diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-07 04:22:09 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-07 04:22:09 +0000 |
commit | 3ad4b953018ea37890804388ca623a4d733eadeb (patch) | |
tree | 7d2bee7e600ea61d062eca83561bec59733bfc0d /ace/CDR_Stream.h | |
parent | 89f579b329f3b5dd15d12c15b1e32c92acf5361d (diff) | |
download | ATCD-3ad4b953018ea37890804388ca623a4d733eadeb.tar.gz |
ChangeLogTag:Sat Feb 6 22:21:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r-- | ace/CDR_Stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h index 7aef7b64759..89a51513b8d 100644 --- a/ace/CDR_Stream.h +++ b/ace/CDR_Stream.h @@ -336,7 +336,7 @@ public: // = We add one method to write arrays of basic IDL types. // Note: the portion written starts at <x> and ends at <x + length>. // The length is *NOT* stored into the CDR stream. - CDR::Boolean write_boolean_array (CDR::Boolean *x, + CDR::Boolean write_boolean_array (const CDR::Boolean *x, CDR::ULong length); CDR::Boolean write_char_array (const CDR::Char *x, CDR::ULong length); |