diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-03-12 19:11:19 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-03-12 19:11:19 -0700 |
commit | 6441b6138651f249ad4ccffab0880aec6e28d2f5 (patch) | |
tree | 9381a8ce926be67ee7f9c15509d2339370d8e3e9 /cpp/include/Slice/Parser.h | |
parent | Fixed bug 2780, 2778, 2779 (diff) | |
download | ice-6441b6138651f249ad4ccffab0880aec6e28d2f5.tar.bz2 ice-6441b6138651f249ad4ccffab0880aec6e28d2f5.tar.xz ice-6441b6138651f249ad4ccffab0880aec6e28d2f5.zip |
bug 2766 - bogus global metadata mismatch warning
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 13bf21c233f..2ec2f2f79e1 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -457,6 +457,7 @@ protected: void checkPrefix(const std::string&) const; bool checkInterfaceAndLocal(const std::string&, bool, bool, bool, bool, bool); + bool checkGlobalMetaData(const StringList&, const StringList&); ContainedList _contents; std::map<std::string, ContainedPtr, CICompare> _introducedMap; |