current revision

This commit is contained in:
2016-09-28 12:16:45 +02:00
parent 075d8bb633
commit d47322e73b
90 changed files with 8228 additions and 606 deletions

View File

@@ -31,6 +31,11 @@ public:
thread.join();
}
bool isRunning() const override {
return running;
}
protected:
/** subclasses must provide a random entry here */