diff options
author | Mark Spruiell <mes@zeroc.com> | 2001-12-27 23:38:02 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2001-12-27 23:38:02 +0000 |
commit | fbb4c3a2840157289051d143a074b30578ed59f1 (patch) | |
tree | 212373962640f3ddd74d290d12bb352a1f95cccc /cpp/src/slice2java/Gen.h | |
parent | WIN32 updates. (diff) | |
download | ice-fbb4c3a2840157289051d143a074b30578ed59f1.tar.bz2 ice-fbb4c3a2840157289051d143a074b30578ed59f1.tar.xz ice-fbb4c3a2840157289051d143a074b30578ed59f1.zip |
initial server support; align with stable_31
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 916c2560d09..0f504ed4c47 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -199,6 +199,15 @@ private: virtual bool visitClassDefStart(const ClassDefPtr&); }; + + class DispatcherVisitor : public JavaVisitor + { + public: + + DispatcherVisitor(const std::string&, const std::string&); + + virtual bool visitClassDefStart(const ClassDefPtr&); + }; }; } |