| 310 | PluginModule(ModuleLoader::Module* pmodule, const PathName& pname); |
| 311 | |
| 312 | unsigned int addPlugin(const RegisteredPlugin& p) |
| 313 | { |
| 314 | regPlugins.add(p); |
| 315 | return regPlugins.getCount() - 1; |
| 316 | } |
| 317 | |
| 318 | int findPlugin(unsigned int type, const PathName& name) |
| 319 | { |
no test coverage detected