summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-08-21 10:44:48 +1000
committerMichi Henning <michi@zeroc.com>2007-08-21 10:44:48 +1000
commitb5229d0da48f3632a1b25580c448bb73bd7d987a (patch)
tree8b17ebbed93236b035fbf3e8e15db512ffb03dfd /cpp/include/Slice/Parser.h
parentAdded .gitignore (diff)
downloadice-b5229d0da48f3632a1b25580c448bb73bd7d987a.tar.bz2
ice-b5229d0da48f3632a1b25580c448bb73bd7d987a.tar.xz
ice-b5229d0da48f3632a1b25580c448bb73bd7d987a.zip
New dictionary mapping.
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 9a659bcfb31..8608af9b070 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -422,8 +422,9 @@ public:
bool hasNonLocalClassDecls() const;
bool hasNonLocalClassDefs() const;
bool hasNonLocalSequences() const;
- bool hasNonLocalDictionaries() const;
bool hasNonLocalExceptions() const;
+ bool hasDictionaries() const;
+ bool hasOnlyDictionaries(DictionaryList&) const;
bool hasClassDecls() const;
bool hasClassDefs() const;
bool hasAbstractClassDefs() const;