diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-02-05 19:36:27 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-02-05 19:36:27 +0000 |
commit | edf1ff7c9838db1db7283b6cabcdcfd6bf32e922 (patch) | |
tree | f76a4c2ecb1536de8ec4770318f12df8b240d9c8 /cpp/src/slice2java/Gen.h | |
parent | bug fix (diff) | |
download | ice-edf1ff7c9838db1db7283b6cabcdcfd6bf32e922.tar.bz2 ice-edf1ff7c9838db1db7283b6cabcdcfd6bf32e922.tar.xz ice-edf1ff7c9838db1db7283b6cabcdcfd6bf32e922.zip |
fix for readObject; generic marshalling support
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index a1c613b4dad..9ca5bd0a451 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -95,6 +95,13 @@ protected: bool = false); // + // Generate generic code to marshal or unmarshal a type + // + void writeGenericMarshalUnmarshalCode(::IceUtil::Output&, const std::string&, const TypePtr&, + const std::string&, const std::string&, bool, int&, + bool = false); + + // // Generate code to compute a hash code for a type // void writeHashCode(::IceUtil::Output&, const TypePtr&, const std::string&, int&); |