24#ifndef USB_WATCH_DAEMON_H
25#define USB_WATCH_DAEMON_H
45 virtual void Start() = 0;
46 virtual void Stop() = 0;
54#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.
Suspend/resume and new devices events exchange point.