diff options
author | Michi Henning <michi@zeroc.com> | 2005-09-06 03:55:49 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-09-06 03:55:49 +0000 |
commit | 7377aceb27ff1e76825c87ac15ba2fc744b6a0e5 (patch) | |
tree | ce52359f0650d6cd1827ce0062c958c11c5a758b /cpp/include/Slice/Parser.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=438 (diff) | |
download | ice-7377aceb27ff1e76825c87ac15ba2fc744b6a0e5.tar.bz2 ice-7377aceb27ff1e76825c87ac15ba2fc744b6a0e5.tar.xz ice-7377aceb27ff1e76825c87ac15ba2fc744b6a0e5.zip |
Bug 419.
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 a90e4cf4b2d..0bcfcd4cd7f 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -337,6 +337,7 @@ public: bool hasMetaData(const std::string&) const; std::list<std::string> getMetaData() const; void setMetaData(const std::list<std::string>&); + void addMetaData(const std::string&); // TODO: remove this method once "cs:" and "vb:" are hard errors. enum ContainedType { |