| 46 | } |
| 47 | |
| 48 | void CachedSecurityDatabase::handler() |
| 49 | { |
| 50 | list->handler(this); |
| 51 | } |
| 52 | |
| 53 | |
| 54 | void PluginDatabases::getInstance(IPluginConfig* pluginConfig, CachedSecurityDatabase::Instance& instance) |
nothing calls this directly
no test coverage detected