diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-05-23 23:22:31 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-05-23 23:22:31 +0000 |
commit | de15119814e1ebb8f151b9b52be6103936b392b7 (patch) | |
tree | b091c4a9be65d0a06ded3bfd248417dbd256ee85 /cpp/src/slice2java/Gen.h | |
parent | using portable syntax for custom types (diff) | |
download | ice-de15119814e1ebb8f151b9b52be6103936b392b7.tar.bz2 ice-de15119814e1ebb8f151b9b52be6103936b392b7.tar.xz ice-de15119814e1ebb8f151b9b52be6103936b392b7.zip |
adding Java5 mapping; bug 848; bug 863
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 8970e787336..685a3c7c192 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -81,7 +81,7 @@ public: void generateImpl(const UnitPtr&); void generateImplTie(const UnitPtr&); - static void writeChecksumClass(const std::string&, const std::string&, const ChecksumMap&); + static void writeChecksumClass(const std::string&, const std::string&, const ChecksumMap&, bool); private: |