diff options
author | Marc Laukien <marc@zeroc.com> | 2004-09-13 18:19:41 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-09-13 18:19:41 +0000 |
commit | e012bfcd0c32c6fd185890aedb5f17e69da8870e (patch) | |
tree | 28dd15cd1a91ee0a244078487ed0d7b799364504 /cpp/include/Slice/Parser.h | |
parent | adding AMI tests (diff) | |
download | ice-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.h | 6 |
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; |