summaryrefslogtreecommitdiffstats
path: root/occ_status.cpp
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-28 15:56:09 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-07-04 12:26:27 +0530
commit307d80b3d78efc669f38a63938371adcc6934391 (patch)
tree3435e2bc4c20cf4a62f514d92612c38a19a966d4 /occ_status.cpp
parent2180b2daa8f2207c37308a09e12d08ed3317205c (diff)
downloadopenpower-occ-control-307d80b3d78efc669f38a63938371adcc6934391.tar.gz
openpower-occ-control-307d80b3d78efc669f38a63938371adcc6934391.zip
Implement OCC status interface
Change-Id: I43822cb28bc2d23398fb09352c9876e169c666f7 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
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