summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/JavaUtil.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-02-02 17:54:44 -0800
committerMark Spruiell <mes@zeroc.com>2016-02-02 17:54:44 -0800
commit7002b1f35bcd0a08a4ecf768a65db8fca787a0a6 (patch)
tree32e3e870f424dfdc198e2577db66b34957b44ae5 /cpp/include/Slice/JavaUtil.h
parentinterim Java fix for ValueFactoryManager (diff)
downloadice-7002b1f35bcd0a08a4ecf768a65db8fca787a0a6.tar.bz2
ice-7002b1f35bcd0a08a4ecf768a65db8fca787a0a6.tar.xz
ice-7002b1f35bcd0a08a4ecf768a65db8fca787a0a6.zip
ICE-6861 - Java stream API changes
Diffstat (limited to 'cpp/include/Slice/JavaUtil.h')
-rw-r--r--cpp/include/Slice/JavaUtil.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h
index 3bb0c692e7e..9915f7e1b6d 100644
--- a/cpp/include/Slice/JavaUtil.h
+++ b/cpp/include/Slice/JavaUtil.h
@@ -185,27 +185,6 @@ protected:
const std::string&, bool, int&, bool, const StringList& = StringList());
//
- // Generate code to marshal or unmarshal a type using the public stream API.
- //
- void writeStreamMarshalUnmarshalCode(::IceUtilInternal::Output&, const std::string&, const TypePtr&, bool, int,
- const std::string&, 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(::IceUtilInternal::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.
- //
- void writeStreamSequenceMarshalUnmarshalCode(::IceUtilInternal::Output&, const std::string&, const SequencePtr&,
- const std::string&, bool, int&, bool,
- const StringList& = StringList());
-
- //
// Search metadata for an entry with the given prefix and return the entire string.
//
static bool findMetaData(const std::string&, const StringList&, std::string&);