blob: 75c1358ab26a24510e6976e253926866927d64f2 [file] [log] [blame]
Jayanth Othayoth224882b2017-05-04 05:46:45 -05001#include "dump_entry.hpp"
2
3namespace phosphor
4{
5namespace dump
6{
7
8Entry::Entry(sdbusplus::bus::bus& bus, const char* obj): EntryIfaces(bus, obj)
9{
10}
11
12
13void Entry::delete_()
14{
15}
16
17} // namespace dump
18} // namepsace phosphor