berlna: sensors: Make sensor run function virtual
Change-Id: Ie50900903bbf4a302baff084f229c37c5c324742
This commit is contained in:
parent
fe4ad452f3
commit
1adc6cd0c0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Sensor {
|
|||
Result injectEvent(const Event& event);
|
||||
|
||||
protected:
|
||||
void run();
|
||||
virtual void run();
|
||||
virtual std::vector<Event> readEvents();
|
||||
static void startThread(Sensor* sensor);
|
||||
|
||||
|
|
Loading…
Reference in a new issue