git-svn-id: svn://elaine/murooma/trunk@253 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-11 21:42:12 +00:00
parent 8039c3d023
commit 25f7f3060d
19 changed files with 26 additions and 1660 deletions

View file

@ -30,6 +30,10 @@ public:
virtual void start();
virtual void stop();
virtual void send(BaseMessage* _message);
virtual bool isActive()
{
return active_;
}
protected:
virtual void worker() = 0;