Create wrapper function for adding an interface

Put the code that places an interface object into the
map of entries into a common function.

Change-Id: I14af6771fcf6ec36fbd055d9c1f19cb0304aa130
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed
tree: 3c0173a505e341f4ec99824cb6fbb5a72f10fe8e
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. condense_policy.py
  6. configure.ac
  7. create_error_reports.py
  8. dbus.cpp
  9. dbus.hpp
  10. interfaces.hpp
  11. LICENSE
  12. main.cpp
  13. Makefile.am
  14. manager.cpp
  15. manager.hpp
  16. policy_find.cpp
  17. policy_find.hpp
  18. policy_table.cpp
  19. policy_table.hpp
  20. 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`.