diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-02-12 21:48:55 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-02-12 21:48:55 +0000 |
commit | 3a2870a2b043887544b2f33625acac887e289557 (patch) | |
tree | 895273080bbc2452cb1301a45bd25922d0f9e884 /cpp/src/slice2java/Gen.h | |
parent | bug fix (diff) | |
download | ice-3a2870a2b043887544b2f33625acac887e289557.tar.bz2 ice-3a2870a2b043887544b2f33625acac887e289557.tar.xz ice-3a2870a2b043887544b2f33625acac887e289557.zip |
adding collocated support
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 9ca5bd0a451..37dee41d708 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -218,6 +218,15 @@ private: virtual bool visitClassDefStart(const ClassDefPtr&); }; + class DelegateDVisitor : public JavaVisitor + { + public: + + DelegateDVisitor(const std::string&, const std::string&); + + virtual bool visitClassDefStart(const ClassDefPtr&); + }; + class DispatcherVisitor : public JavaVisitor { public: |