| 27 | } |
| 28 | |
| 29 | Json Configuration::getPath(String const& path, Json def) const { |
| 30 | MutexLocker locker(m_mutex); |
| 31 | return m_currentConfig.query(path, def); |
| 32 | } |
| 33 | |
| 34 | Json Configuration::getDefault(String const& key) const { |
| 35 | MutexLocker locker(m_mutex); |