| Jayanth Othayoth | 224882b | 2017-05-04 05:46:45 -0500 | [diff] [blame] | 1 | #include "dump_entry.hpp" |
| 2 | |||||
| 3 | namespace phosphor | ||||
| 4 | { | ||||
| 5 | namespace dump | ||||
| 6 | { | ||||
| 7 | |||||
| 8 | Entry::Entry(sdbusplus::bus::bus& bus, const char* obj): EntryIfaces(bus, obj) | ||||
| 9 | { | ||||
| 10 | } | ||||
| 11 | |||||
| 12 | |||||
| 13 | void Entry::delete_() | ||||
| 14 | { | ||||
| 15 | } | ||||
| 16 | |||||
| 17 | } // namespace dump | ||||
| 18 | } // namepsace phosphor | ||||