| 272 | } |
| 273 | |
| 274 | bool PluginManager::HasConfigValue(ConfigurationType type, const PluginID & ID, |
| 275 | const RegistryPath & group, const RegistryPath & key) |
| 276 | { |
| 277 | return HasConfigValue(Key(type, ID, group, key)); |
| 278 | } |
| 279 | |
| 280 | bool PluginManager::GetConfigValue(ConfigurationType type, const PluginID & ID, |
| 281 | const RegistryPath & group, const RegistryPath & key, |
no test coverage detected