Matt Spinler | fb35a32 | 2018-11-26 14:30:30 -0600 | [diff] [blame^] | 1 | #include "button_handler.hpp" |
2 | |||||
3 | namespace phosphor | ||||
4 | { | ||||
5 | namespace button | ||||
6 | { | ||||
7 | Handler::Handler(sdbusplus::bus::bus& bus) : bus(bus) | ||||
8 | { | ||||
9 | } | ||||
10 | } // namespace button | ||||
11 | } // namespace phosphor |