RedundancyPriority: Override set property function

Create override function so that actions can be taken
based on value that the property is being set to.

Change-Id: I875fe8238718efb6b4d6dcd9f9bf26a8bc4998f1
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
2 files changed
tree: 24c414d81eb0ed495cd4f3201abe9991c139d67e
  1. m4/
  2. test/
  3. .gitignore
  4. activation.cpp
  5. activation.hpp
  6. bootstrap.sh
  7. configure.ac
  8. generate-squashfs
  9. item_updater.cpp
  10. item_updater.hpp
  11. item_updater_main.cpp
  12. LICENSE
  13. Makefile.am
  14. README.md
README.md

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`.