Add getManagedObjects helper function
This will return all of the interfaces and
properties on an object. It will be used on
startup of the application to check for existing
error logs.
Change-Id: I29f25da0fe69a3200a1f690397af13f8513c8844
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 76e9c1b..0997d31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@
sbin_PROGRAMS = ibm-log-manager
ibm_log_manager_SOURCES = \
+ dbus.cpp \
main.cpp \
manager.cpp