Dhruvaraj Subhashchandran | 59b86cd | 2017-04-13 00:19:44 -0500 | [diff] [blame^] | 1 | #include "fru-fault-monitor.hpp" |
| 2 | namespace phosphor |
| 3 | { |
| 4 | namespace led |
| 5 | { |
| 6 | namespace fru |
| 7 | { |
| 8 | namespace fault |
| 9 | { |
| 10 | namespace monitor |
| 11 | { |
| 12 | |
| 13 | void action(sdbusplus::bus::bus& bus, |
| 14 | const std::string& unit, |
| 15 | bool assert) |
| 16 | { |
| 17 | return; |
| 18 | } |
| 19 | |
| 20 | int Add::created(sd_bus_message* msg, |
| 21 | void* data, |
| 22 | sd_bus_error* retError) |
| 23 | { |
| 24 | return 0; |
| 25 | } |
| 26 | |
| 27 | int Remove::removed(sd_bus_message* msg, |
| 28 | void* data, |
| 29 | sd_bus_error* retError) |
| 30 | { |
| 31 | return 0; |
| 32 | } |
| 33 | |
| 34 | }//namespace monitor |
| 35 | }//namespace fault |
| 36 | }//namespace fru |
| 37 | }//namespace led |
| 38 | }//namespace phosphor |