22 #ifndef USB_WATCH_DAEMON__H
23 #define USB_WATCH_DAEMON__H
27 #include "model/sys_events.h"
43 virtual void Start() = 0;
44 virtual void Stop() = 0;
52 #if !defined(__linux__) || defined(__ANDROID__)
Empty placeholder, does not do anything meaningful.
Listen to hardware events and notifies SystemEvents when new devices are plugged in.