diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-05-03 02:46:21 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-05-03 02:46:21 +0000 |
commit | acd139f75656c3571c584920c8e006acf7ce9117 (patch) | |
tree | f989b049e96a99f3f41fa8e45e954b7d5a1ec0b0 /cpp/src/slice2java/Gen.h | |
parent | fix bug with Evictor::hasObject. (diff) | |
download | ice-acd139f75656c3571c584920c8e006acf7ce9117.tar.bz2 ice-acd139f75656c3571c584920c8e006acf7ce9117.tar.xz ice-acd139f75656c3571c584920c8e006acf7ce9117.zip |
adding support for sequence metadata
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index c7f84573388..a078444bba5 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -50,7 +50,8 @@ protected: // // Generate code to compute a hash code for a type // - void writeHashCode(::IceUtil::Output&, const TypePtr&, const std::string&, int&); + void writeHashCode(::IceUtil::Output&, const TypePtr&, const std::string&, int&, + const std::list<std::string>& = std::list<std::string>()); // // Generate dispatch methods for a class or interface |