diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-03-09 16:01:54 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-03-09 16:01:54 -0800 |
commit | d14b4973bf8f25282b70e72ec5f577f71dfcded7 (patch) | |
tree | 3651f5139695829d2bf882b7422116662a2d39f8 /cpp/src/slice2cpp/Gen.h | |
parent | bug 4704 - template error in nested Slice definition (diff) | |
download | ice-d14b4973bf8f25282b70e72ec5f577f71dfcded7.tar.bz2 ice-d14b4973bf8f25282b70e72ec5f577f71dfcded7.tar.xz ice-d14b4973bf8f25282b70e72ec5f577f71dfcded7.zip |
Cleaning up translator and adding tests related to bug 4704.
This commit does NOT need to be included in the official patch for
this bug.
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 3a514499bf0..b262fbae6fb 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -445,9 +445,7 @@ private: virtual bool visitModuleStart(const ModulePtr&); virtual void visitModuleEnd(const ModulePtr&); virtual bool visitStructStart(const StructPtr&); - virtual void visitStructEnd(const StructPtr&); virtual bool visitExceptionStart(const ExceptionPtr&); - virtual void visitExceptionEnd(const ExceptionPtr&); virtual void visitEnum(const EnumPtr&); private: |