diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-23 19:07:40 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-23 19:07:40 +0000 |
commit | 38e125bdb8422343a86017479d00b462bf36e784 (patch) | |
tree | b016af970c84de61a071ad1ec4fd98a53165b570 /include/configreader.h | |
parent | efc75198ded220f6af88914252c3361f6a5664d9 (diff) |
Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 54d9f7053..70e09e6c3 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -65,6 +65,8 @@ class CoreExport ConfigTag : public refcountbase std::string getTagLocation(); + inline const std::vector<KeyVal>& getItems() const { return items; } + /** Create a new ConfigTag, giving access to the private KeyVal item list */ static ConfigTag* create(const std::string& Tag, const std::string& file, int line, std::vector<KeyVal>*&items); |