| 1132 | } |
| 1133 | |
| 1134 | void ConfigStoreImpl::add_section(const String& prefix, const String& name) |
| 1135 | { |
| 1136 | set(prefix + (prefix.empty() ? "" : "_") + name, '@' + name); |
| 1137 | } |
| 1138 | |
| 1139 | ConfigStoreImpl::StringList |
| 1140 | ConfigStoreImpl::get_section_names(const String& prefix) const |