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.cpp | |
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.cpp')
-rw-r--r-- | ace/CDR_Stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CDR_Stream.cpp b/ace/CDR_Stream.cpp index 5c2f50c1df5..8ca35276405 100644 --- a/ace/CDR_Stream.cpp +++ b/ace/CDR_Stream.cpp @@ -530,7 +530,7 @@ ACE_OutputCDR::write_array (const void *x, } CDR::Boolean -ACE_OutputCDR::write_boolean_array (CDR::Boolean* x, +ACE_OutputCDR::write_boolean_array (const CDR::Boolean* x, CDR::ULong length) { // It is hard to optimize this, the spec requires that on the wire |