summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Gen.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-01-03 23:39:19 +0000
committerMark Spruiell <mes@zeroc.com>2002-01-03 23:39:19 +0000
commit78b49fa48a605514e85ff9f574344f444bc716b3 (patch)
tree7385e581c8e780173a1c725c4a3a52921f8c4099 /cpp/src/slice2java/Gen.h
parentfile RouterF.ice was initially added on branch glacier. (diff)
downloadice-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.h5
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();