diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-01-03 23:39:19 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-01-03 23:39:19 +0000 |
commit | 78b49fa48a605514e85ff9f574344f444bc716b3 (patch) | |
tree | 7385e581c8e780173a1c725c4a3a52921f8c4099 /cpp/src/slice2java/Gen.h | |
parent | file RouterF.ice was initially added on branch glacier. (diff) | |
download | ice-78b49fa48a605514e85ff9f574344f444bc716b3.tar.bz2 ice-78b49fa48a605514e85ff9f574344f444bc716b3.tar.xz ice-78b49fa48a605514e85ff9f574344f444bc716b3.zip |
more server, bug fixes
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 0f504ed4c47..2885b65e7d8 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -94,6 +94,11 @@ protected: const std::string&, bool, int&, bool = false); + // + // Generate code to compute a hash code for a type + // + void writeHashCode(Output&, const TypePtr&, const std::string&, int&); + private: void printHeader(); |