#include <test_dynamic_addon.h>
Public Member Functions | |
DEFINE_CLASS_POINTERS (TestDynamicAddon) | |
virtual Common::AddonParameters | GetParameters () const =0 |
virtual const char * | GetStringWithHello () const =0 |
Public Member Functions inherited from Common::Addon | |
virtual void | Initialize (AddonsManager &manager, const AddonParameters ¶meters)=0 |
initialize addon. More... | |
virtual void | Stop ()=0 |
Stopping addon work. After calling this method addon should throw exception on any calls. More... | |
Definition at line 21 of file test_dynamic_addon.h.
OpcCoreTests::TestDynamicAddon::DEFINE_CLASS_POINTERS | ( | TestDynamicAddon | ) |
|
pure virtual |
|
pure virtual |