Remove unnecessary copy constructing ObjectManager

Change-Id: I62cca216546f82fa93cbdd22f40b00ca8c189859
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 8ca9b016ceca889861f8b09ed7035592bf250de6
  1. test/
  2. .gitignore
  3. argument.cpp
  4. argument.hpp
  5. bootstrap.sh
  6. configure.ac
  7. env.cpp
  8. env.hpp
  9. hwmon.hpp
  10. interface.hpp
  11. LICENSE
  12. mainloop.cpp
  13. mainloop.hpp
  14. Makefile.am
  15. readd.cpp
  16. README.md
  17. sensorset.cpp
  18. sensorset.hpp
  19. sysfs.cpp
  20. sysfs.hpp
  21. thresholds.hpp
  22. util.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

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

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