Matthew Barth | 1febc28 | 2017-04-12 11:33:39 -0500 | [diff] [blame^] | 1 | #include "monitor.hpp" |
2 | |||||
3 | namespace phosphor | ||||
4 | { | ||||
5 | namespace dbus | ||||
6 | { | ||||
7 | namespace monitoring | ||||
8 | { | ||||
9 | |||||
10 | Monitor::Monitor(sdbusplus::bus::bus& bus) : | ||||
11 | bus(bus) | ||||
12 | { | ||||
13 | |||||
14 | } | ||||
15 | |||||
16 | } // namespace monitoring | ||||
17 | } // namespace dbus | ||||
18 | } // namespace phosphor |