diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-01-21 22:45:56 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-01-21 22:45:56 +0000 |
commit | 068c1bf5949890cceb3b471a20d9e6b1207a2618 (patch) | |
tree | 5ef71ae9a98f20840275cfeffb801fbb25a1e142 /cpp/src/slice2java/Gen.h | |
parent | Fixed (I believe) the spin bug. (diff) | |
download | ice-068c1bf5949890cceb3b471a20d9e6b1207a2618.tar.bz2 ice-068c1bf5949890cceb3b471a20d9e6b1207a2618.tar.xz ice-068c1bf5949890cceb3b471a20d9e6b1207a2618.zip |
revising servant mapping for interfaces
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 0e0f60417a2..8ae41bbcaf5 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -99,6 +99,11 @@ protected: // void writeHashCode(Output&, const TypePtr&, const std::string&, int&); + // + // Generate dispatch methods for a class or interface + // + void writeDispatch(Output&, const ClassDefPtr&); + private: void printHeader(); |