2 * Copyright 2005-2013, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
12 #include "power_monitor.h"
15 class LidMonitor
: public PowerMonitor
{
18 virtual ~LidMonitor();
20 virtual void HandleEvent(int fd
);
22 virtual const std::set
<int>&
23 FDs() const { return fFDs
; }
29 #endif // _LID_MONITOR_H