25#ifndef USB_WATCH_DAEMON__H
26#define USB_WATCH_DAEMON__H
46 virtual void Start() = 0;
47 virtual void Stop() = 0;
55#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.