Clean test.

This commit is contained in:
quemy 2012-12-04 17:05:05 +01:00
commit 23a0b8f77b
6 changed files with 131 additions and 92 deletions

View file

@ -78,6 +78,8 @@ public:
* @return true if stopped
*/
virtual bool isStopped(void) const = 0;
virtual void receive(void) = 0;
protected:
std::mutex m;