From 4f29224efebd15e75c32eb3cced99d46a3d667d3 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 26 Mar 2007 09:20:32 +0000 Subject: Temporary fix to get slice2cppe to generate the old marshal/unmarshal code. --- cpp/include/Slice/CPlusPlusUtil.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cpp/include/Slice/CPlusPlusUtil.h') diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index 7fb3f900a4c..368fe2612f7 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -35,13 +35,15 @@ SLICE_API std::string operationModeToString(Operation::Mode); SLICE_API std::string fixKwd(const std::string&); -SLICE_API void writeMarshalUnmarshalCode(::IceUtil::Output&, const TypePtr&, const std::string&, bool, +SLICE_API void writeMarshalUnmarshalCode(bool, ::IceUtil::Output&, const TypePtr&, const std::string&, bool, const std::string& = "", bool = true, const StringList& = StringList(), bool = false); -SLICE_API void writeMarshalCode(::IceUtil::Output&, const ParamDeclList&, const TypePtr&, + +SLICE_API void writeMarshalCode(bool, ::IceUtil::Output&, const ParamDeclList&, const TypePtr&, const StringList&, bool = false); -SLICE_API void writeUnmarshalCode(::IceUtil::Output&, const ParamDeclList&, const TypePtr&, +SLICE_API void writeUnmarshalCode(bool, ::IceUtil::Output&, const ParamDeclList&, const TypePtr&, const StringList&, bool = false); + SLICE_API void writeAllocateCode(::IceUtil::Output&, const ParamDeclList&, const TypePtr&, const StringList&, bool = false, bool = false); SLICE_API void writeStreamMarshalUnmarshalCode(::IceUtil::Output&, const TypePtr&, const std::string&, bool, -- cgit v1.2.3