summaryrefslogtreecommitdiffstats
path: root/dump_entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dump_entry.cpp')
-rw-r--r--dump_entry.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/dump_entry.cpp b/dump_entry.cpp
new file mode 100644
index 0000000..75c1358
--- /dev/null
+++ b/dump_entry.cpp
@@ -0,0 +1,18 @@
+#include "dump_entry.hpp"
+
+namespace phosphor
+{
+namespace dump
+{
+
+Entry::Entry(sdbusplus::bus::bus& bus, const char* obj): EntryIfaces(bus, obj)
+{
+}
+
+
+void Entry::delete_()
+{
+}
+
+} // namespace dump
+} // namepsace phosphor
OpenPOWER on IntegriCloud