| 2337 | } |
| 2338 | |
| 2339 | bool UnloadPlugin(IPlugin *plugin) override |
| 2340 | { |
| 2341 | return g_PluginSys.UnloadPlugin(plugin); |
| 2342 | } |
| 2343 | |
| 2344 | IPlugin *FindPluginByContext(IPluginContext *ctx) override |
| 2345 | { |
nothing calls this directly
no test coverage detected