diff options
author | Michi Henning <michi@zeroc.com> | 2004-03-09 03:29:32 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-03-09 03:29:32 +0000 |
commit | ba07fd51fff5b7eea6837be95f9e692fa8c5a8e4 (patch) | |
tree | e0fa5581460564e2f12cdb5db0a15ab58db200bc /cpp/include/Slice/CsUtil.h | |
parent | fixing VC6 link error (diff) | |
download | ice-ba07fd51fff5b7eea6837be95f9e692fa8c5a8e4.tar.bz2 ice-ba07fd51fff5b7eea6837be95f9e692fa8c5a8e4.tar.xz ice-ba07fd51fff5b7eea6837be95f9e692fa8c5a8e4.zip |
Intermediate check-in prior to removing IComparable.
Diffstat (limited to 'cpp/include/Slice/CsUtil.h')
-rw-r--r-- | cpp/include/Slice/CsUtil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Slice/CsUtil.h b/cpp/include/Slice/CsUtil.h index d551da60061..443fada004a 100644 --- a/cpp/include/Slice/CsUtil.h +++ b/cpp/include/Slice/CsUtil.h @@ -31,8 +31,8 @@ public: // // Generate code to marshal or unmarshal a type // - void writeMarshalUnmarshalCode(::IceUtil::Output&, const TypePtr&, const std::string&, bool); - void writeSequenceMarshalUnmarshalCode(::IceUtil::Output&, const SequencePtr&, const std::string&, bool); + void writeMarshalUnmarshalCode(::IceUtil::Output&, const TypePtr&, const std::string&, bool, bool); + void writeSequenceMarshalUnmarshalCode(::IceUtil::Output&, const SequencePtr&, const std::string&, bool, bool); #if 0 protected: |