diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-03-27 08:20:17 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-03-27 08:20:17 +0000 |
commit | 7f0585fe37a29fdace591711b8d3a4107e2bbeb8 (patch) | |
tree | 32e264e95fdb0a945fb5101beb333c5bbe959545 /cpp/include/Slice/CPlusPlusUtil.h | |
parent | Updated depend (diff) | |
download | ice-7f0585fe37a29fdace591711b8d3a4107e2bbeb8.tar.bz2 ice-7f0585fe37a29fdace591711b8d3a4107e2bbeb8.tar.xz ice-7f0585fe37a29fdace591711b8d3a4107e2bbeb8.zip |
Cleaned up Ice-E generated code.
Diffstat (limited to 'cpp/include/Slice/CPlusPlusUtil.h')
-rw-r--r-- | cpp/include/Slice/CPlusPlusUtil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index 368fe2612f7..8bb3ca51ffe 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -35,13 +35,13 @@ SLICE_API std::string operationModeToString(Operation::Mode); SLICE_API std::string fixKwd(const std::string&); -SLICE_API void writeMarshalUnmarshalCode(bool, ::IceUtil::Output&, const TypePtr&, const std::string&, bool, +SLICE_API void writeMarshalUnmarshalCode(::IceUtil::Output&, const TypePtr&, const std::string&, bool, const std::string& = "", bool = true, const StringList& = StringList(), bool = false); -SLICE_API void writeMarshalCode(bool, ::IceUtil::Output&, const ParamDeclList&, const TypePtr&, +SLICE_API void writeMarshalCode(::IceUtil::Output&, const ParamDeclList&, const TypePtr&, const StringList&, bool = false); -SLICE_API void writeUnmarshalCode(bool, ::IceUtil::Output&, const ParamDeclList&, const TypePtr&, +SLICE_API void writeUnmarshalCode(::IceUtil::Output&, const ParamDeclList&, const TypePtr&, const StringList&, bool = false); SLICE_API void writeAllocateCode(::IceUtil::Output&, const ParamDeclList&, const TypePtr&, |