summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-09-13 18:19:41 +0000
committerMarc Laukien <marc@zeroc.com>2004-09-13 18:19:41 +0000
commite012bfcd0c32c6fd185890aedb5f17e69da8870e (patch)
tree28dd15cd1a91ee0a244078487ed0d7b799364504 /cpp/include/Slice/Parser.h
parentadding AMI tests (diff)
downloadice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.tar.bz2
ice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.tar.xz
ice-e012bfcd0c32c6fd185890aedb5f17e69da8870e.zip
Connection.ice
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 9d0d1f6d761..598868872c0 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -401,15 +401,15 @@ public:
SequenceList sequences() const;
DictionaryList dictionaries() const;
EnumList enums() const;
- bool hasClassDecls() const;
bool hasNonLocalClassDecls() const;
- bool hasNonLocalInterfaceDefs() const;
+ bool hasNonLocalClassDefs() const;
bool hasNonLocalSequences() const;
bool hasNonLocalDictionaries() const;
+ bool hasNonLocalExceptions() const;
+ bool hasClassDecls() const;
bool hasClassDefs() const;
bool hasAbstractClassDefs() const;
bool hasDataOnlyClasses() const;
- bool hasNonLocalExceptions() const;
bool hasOtherConstructedOrExceptions() const; // Exceptions or constructed types other than classes.
bool hasContentsWithMetaData(const std::string&) const;
bool hasAsyncOps() const;