| 211 | } |
| 212 | |
| 213 | void Config::notify() const |
| 214 | { |
| 215 | if (!notifyDatabase.hasData()) |
| 216 | return; |
| 217 | if (notifyDatabaseName(notifyDatabase)) |
| 218 | notifyDatabase.erase(); |
| 219 | } |
| 220 | |
| 221 | void Config::merge(RefPtr<const Config>& config, const string* dpbConfig) |
| 222 | { |
no test coverage detected