| 278 | } |
| 279 | |
| 280 | bool PluginManager::GetConfigValue(ConfigurationType type, const PluginID & ID, |
| 281 | const RegistryPath & group, const RegistryPath & key, |
| 282 | ConfigReference var, ConfigConstReference defval) |
| 283 | { |
| 284 | return GetConfigValue(Key(type, ID, group, key), var, defval); |
| 285 | } |
| 286 | |
| 287 | bool PluginManager::SetConfigValue(ConfigurationType type, const PluginID & ID, |
| 288 | const RegistryPath & group, const RegistryPath & key, |
no test coverage detected