* Creates plugin information. Different PluginManager will use different PluginInfo structures. * * @return Null if it fails, else the new plugin information. */
| 121 | * @return Null if it fails, else the new plugin information. |
| 122 | */ |
| 123 | PluginInfoBase* CreatePluginInfo() override { return new PluginInfo(); }; |
| 124 | |
| 125 | /** |
| 126 | * Gets plugin path given its name. |
no outgoing calls