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>
3 files changed
tree: f7e2d4852ed397fa0b4f550df07657090801ddda
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. dbus.cpp
  5. dbus.hpp
  6. interfaces.hpp
  7. LICENSE
  8. main.cpp
  9. Makefile.am
  10. manager.cpp
  11. manager.hpp
  12. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.