summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-04-05 21:22:22 +0000
committerMark Spruiell <mes@zeroc.com>2006-04-05 21:22:22 +0000
commit90adffb660660027ad89a4d3651a1ecd616e3119 (patch)
tree952a444a5c47ce8a331296ded1bc93b0a8e3383c /cpp/include/Slice/Parser.h
parentdeprecate metadata (diff)
downloadice-90adffb660660027ad89a4d3651a1ecd616e3119.tar.bz2
ice-90adffb660660027ad89a4d3651a1ecd616e3119.tar.xz
ice-90adffb660660027ad89a4d3651a1ecd616e3119.zip
adding Contained::findMetaData
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 ef15b8ff1b3..53c5be047c6 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -335,6 +335,7 @@ public:
void updateIncludeLevel();
bool hasMetaData(const std::string&) const;
+ bool findMetaData(const std::string&, 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.