Clean up server config parameter handling

Removes helper classes which are no longer required.
This commit is contained in:
Esa Korhonen
2019-04-30 18:32:16 +03:00
parent d3a1f5c51f
commit 4e6ffc0381
6 changed files with 137 additions and 163 deletions

View File

@ -451,6 +451,7 @@ public:
void remove(const std::string& key);
void clear();
bool empty() const;
ContainerType::const_iterator begin() const;
ContainerType::const_iterator end() const;