Public plugin interface, for plugin intercom. More...
#include <Plugin.h>
Public Member Functions | |
| virtual int | getVersion ()=0 |
| Plugin () | |
| virtual | ~Plugin () |
Public plugin interface, for plugin intercom.
Plugins that register a public interface must inherit from this class. Plugins requesting another plugins interface will get a pointer to this class and must upcast it (using dynamic_cast<> and check NULL to be safe).
Definition at line 31 of file Plugin.h.
| virtual int adchpp::Plugin::getVersion | ( | ) | [pure virtual] |
1.6.3