Start the D-Bus loop in main()

Instantiate the Manager class as well as a D-Bus
object manager, and start the D-Bus processing loop.

Change-Id: Ide5adf8774739a259ca68f3a1bdd76a1dde3c610
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed
tree: d5a572d321c5f7ea6af88d77630947a84449db1a
  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`.