diff options
author | Michi Henning <michi@zeroc.com> | 2002-07-05 05:51:09 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2002-07-05 05:51:09 +0000 |
commit | fb87cc511bc90bb3ba0a07846ae77a72075a9900 (patch) | |
tree | 0d81a0723444710f564da26c55870993d61b23d4 /cpp/include/Slice/Parser.h | |
parent | Added enumerator for ConstDef::contained() (ContainedTypeConstant) to (diff) | |
download | ice-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.h | 1 |
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; |