summaryrefslogtreecommitdiffstats
path: root/item_updater.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'item_updater.hpp')
-rw-r--r--item_updater.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/item_updater.hpp b/item_updater.hpp
index 8b1bf0d2b..e27cccc79 100644
--- a/item_updater.hpp
+++ b/item_updater.hpp
@@ -127,8 +127,10 @@ class ItemUpdater : public ItemUpdaterInherit
* needs to delete any PNOR version(s) it will delete the
* version(s) with the highest priority, skipping the
* functional PNOR version.
+ *
+ * @return - Return if space is freed or not
*/
- virtual void freeSpace() = 0;
+ virtual bool freeSpace() = 0;
/** @brief Creates an active association to the
* newly active software image
OpenPOWER on IntegriCloud