diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-13 14:38:52 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-13 14:38:52 +0000 |
commit | dbb73b11c029b64880c4a1f8bc2bc5eac208869e (patch) | |
tree | 771e1eb5328075ac323cf70bc6cf453626f86c26 /cpp/include/Slice/Parser.h | |
parent | error # in exceptions is now properly set (diff) | |
download | ice-dbb73b11c029b64880c4a1f8bc2bc5eac208869e.tar.bz2 ice-dbb73b11c029b64880c4a1f8bc2bc5eac208869e.tar.xz ice-dbb73b11c029b64880c4a1f8bc2bc5eac208869e.zip |
more exception cleanup
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index b3d9e7ec2e8..0c4b4da1de5 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -439,6 +439,7 @@ public: DataMemberPtr createDataMember(const std::string&, const TypePtr&); DataMemberList dataMembers(); ExceptionPtr base(); + ExceptionList allBases(); bool isLocal(); virtual ContainedType containedType(); virtual bool uses(const ConstructedPtr&); |