From fc8ab4607ec714da3ea9abe2ad499a2aed8eed7b Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Thu, 1 Sep 2005 18:23:20 +0000 Subject: Fix for bug 386. --- cpp/include/Slice/JavaUtil.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cpp/include/Slice/JavaUtil.h') diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h index 1ec1aa5f69c..6908bfd07a7 100644 --- a/cpp/include/Slice/JavaUtil.h +++ b/cpp/include/Slice/JavaUtil.h @@ -116,6 +116,13 @@ protected: bool, int&, bool = false, const StringList& = StringList(), const std::string& patchParams = ""); + // + // Generate code to marshal or unmarshal a dictionary type. + // + void writeDictionaryMarshalUnmarshalCode(::IceUtil::Output&, const std::string&, const DictionaryPtr&, + const std::string&, bool, int&, bool, + const StringList& = StringList()); + // // Generate code to marshal or unmarshal a sequence type. // @@ -130,6 +137,13 @@ protected: bool, int&, bool = false, const StringList& = StringList(), const std::string& patchParams = ""); + // + // Generate code to marshal or unmarshal a dictionary type using the public stream API. + // + void writeStreamDictionaryMarshalUnmarshalCode(::IceUtil::Output&, const std::string&, const DictionaryPtr&, + const std::string&, bool, int&, bool, + const StringList& = StringList()); + // // Generate code to marshal or unmarshal a sequence type using the public stream API. // -- cgit v1.2.3