20 #include "pedigree/kernel/config/ConfigurationBackend.h" 21 #include "pedigree/kernel/config/ConfigurationManager.h" 23 ConfigurationBackend::ConfigurationBackend(
const String &configStore)
24 : m_ConfigStore(configStore)
28 ConfigurationBackend::~ConfigurationBackend()
30 ConfigurationManager::instance().removeBackend(m_ConfigStore);
33 const String &ConfigurationBackend::getConfigStore()
38 const String &ConfigurationBackend::getTypeName()
40 static String typeName(
"ConfigurationBackend [pure]");