Interface for plugin manager. More...
#include <IArchPlugin.h>
Inherits IInterface.
Inherited by CArchPluginUnix, and CArchPluginWindows.
Public Member Functions | |
manipulators | |
| virtual void | init (void *eventTarget)=0 |
| Load plugins. | |
Interface for plugin manager.
A plugin manager should load all 3rd party plugins from the plugins dir, and then look for common function names in the plugins.
Definition at line 30 of file IArchPlugin.h.
| virtual void IArchPlugin::init | ( | void * | eventTarget | ) | [pure virtual] |
Load plugins.
Scan the plugins dir and load plugins.
Implemented in CArchPluginUnix, and CArchPluginWindows.
1.7.1