#include <asio_addon.h>
Public Member Functions | |
virtual boost::asio::io_service & | GetIoService ()=0 |
![]() | |
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 34 of file asio_addon.h.
|
pure virtual |