diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-13 04:51:25 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-13 04:51:25 +0000 |
commit | bf1cda1fc7977c7c2c8545a2fd4f1e5c928c1ddf (patch) | |
tree | 013dbe6fdccbd8657523e4f44b02537879ce7361 /cpp/src/slice2cpp/Gen.h | |
parent | comparison operators; started with Connection (diff) | |
download | ice-bf1cda1fc7977c7c2c8545a2fd4f1e5c928c1ddf.tar.bz2 ice-bf1cda1fc7977c7c2c8545a2fd4f1e5c928c1ddf.tar.xz ice-bf1cda1fc7977c7c2c8545a2fd4f1e5c928c1ddf.zip |
Fixes
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index f21aadc01cb..0a92b659fe1 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -255,23 +255,6 @@ private: std::string _dllExport; }; - - class GlobalVisitor : public ::IceUtil::noncopyable, public ParserVisitor - { - public: - - GlobalVisitor(Output&, Output&, const std::string&); - - virtual void visitClassDecl(const ClassDeclPtr&); - virtual bool visitClassDefStart(const ClassDefPtr&); - - private: - - Output& H; - Output& C; - - std::string _dllExport; - }; }; } |