| 29 | PluginFactory gPluginFactory; |
| 30 | |
| 31 | void |
| 32 | Plugin::Remap::Initialize() |
| 33 | { |
| 34 | gPluginFactory.setRuntimeDir(RecConfigReadRuntimeDir()).addSearchDir(RecConfigReadPluginDir()); |
| 35 | } |
| 36 | |
| 37 | Plugin::Remap |
| 38 | Plugin::Remap::Create(const std::string &tag, const std::string &plugin, const cripts::string &from_url, |
no test coverage detected