summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-07-05 05:51:09 +0000
committerMichi Henning <michi@zeroc.com>2002-07-05 05:51:09 +0000
commitfb87cc511bc90bb3ba0a07846ae77a72075a9900 (patch)
tree0d81a0723444710f564da26c55870993d61b23d4 /cpp/include/Slice/Parser.h
parentAdded enumerator for ConstDef::contained() (ContainedTypeConstant) to (diff)
downloadice-fb87cc511bc90bb3ba0a07846ae77a72075a9900.tar.bz2
ice-fb87cc511bc90bb3ba0a07846ae77a72075a9900.tar.xz
ice-fb87cc511bc90bb3ba0a07846ae77a72075a9900.zip
Move the ICE_INT64_LITERAL macro into its own header file (Ice/Const.h).
That was cleaner than polluting the generated files with the macro definition over and over...
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 1bae532130c..6c230806f4e 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -766,6 +766,7 @@ public:
bool usesProxies() const;
bool usesNonLocals() const;
+ bool usesConsts() const;
StringList includeFiles() const;