2 * Copyright 2013-2014, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * Jérôme Duval, korli@users.berlios.de.
7 * Rene Gollent, rene@gollent.com.
9 #ifndef _POWER_MONITOR_H
10 #define _POWER_MONITOR_H
18 virtual ~PowerMonitor() {};
20 virtual void HandleEvent(int fd
) = 0;
22 virtual const std::set
<int>&
27 #endif // _POWER_MONITOR_H