Activation: Override the set property functions

Create override functions so that actions can be taken based
on the value that the properties are being set to.

Change-Id: I70e9519246662d516a109af91f4456fb4f001c4f
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/item_updater_main.cpp b/item_updater_main.cpp
index b4ff177..0bf710b 100755
--- a/item_updater_main.cpp
+++ b/item_updater_main.cpp
@@ -10,7 +10,7 @@
     // Add sdbusplus ObjectManager.
     sdbusplus::server::manager::manager objManager(bus, SOFTWARE_OBJPATH);
 
-    openpower::software::manager::ItemUpdater updater(bus);
+    openpower::software::updater::ItemUpdater updater(bus);
 
     bus.request_name(BUSNAME_UPDATER);