svn-id: r38338
This commit is contained in:
Max Horn 2009-02-16 01:04:19 +00:00
parent 0a621d89ae
commit bf6a7c1d72

View File

@ -53,8 +53,6 @@ namespace Common {
*/
class ConfigFile {
public:
typedef HashMap<String, bool, IgnoreCase_Hash, IgnoreCase_EqualTo> StringSet;
struct KeyValue {
String key;
String value;
@ -120,7 +118,6 @@ public:
const SectionList getSections() const { return _sections; }
const SectionKeyList getKeys(const String &section) const;
void listSections(StringSet &set);
void listKeyValues(StringMap &kv);
private: