| 285 | } |
| 286 | |
| 287 | bool PluginManager::SetConfigValue(ConfigurationType type, const PluginID & ID, |
| 288 | const RegistryPath & group, const RegistryPath & key, |
| 289 | ConfigConstReference value) |
| 290 | { |
| 291 | return SetConfigValue(Key(type, ID, group, key), value); |
| 292 | } |
| 293 | |
| 294 | bool PluginManager::RemoveConfigSubgroup(ConfigurationType type, |
| 295 | const PluginID & ID, const RegistryPath & group) |
no test coverage detected