summaryrefslogtreecommitdiffstats
path: root/occ_status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_status.cpp')
-rw-r--r--occ_status.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/occ_status.cpp b/occ_status.cpp
new file mode 100644
index 0000000..a78ea47
--- /dev/null
+++ b/occ_status.cpp
@@ -0,0 +1,14 @@
+#include "occ_status.hpp"
+namespace open_power
+{
+namespace occ
+{
+
+// Handles updates to occActive property
+bool Status::occActive(bool value)
+{
+ return Base::Status::occActive(value);
+}
+
+} // namespace occ
+} // namespace open_power
OpenPOWER on IntegriCloud