summaryrefslogtreecommitdiffstats
path: root/cooling-type/main.cpp
diff options
context:
space:
mode:
authorBrandon Wyman <bjwyman@gmail.com>2017-04-06 15:05:18 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-05-19 16:19:06 +0000
commit59ae877171ef9a7df66c465c45fa89f2d1d89d38 (patch)
treebc1bb1f3367fc146247664fc41ba9b9044e85d45 /cooling-type/main.cpp
parentfef0295a8d87754e491dcf133ea927b5c4d56303 (diff)
downloadphosphor-fan-presence-59ae877171ef9a7df66c465c45fa89f2d1d89d38.tar.gz
phosphor-fan-presence-59ae877171ef9a7df66c465c45fa89f2d1d89d38.zip
Implement updating the inventory properties
Implement code needed to update the chassis AirCooled and WaterCooled properties. Change-Id: I9a67d1129e99f841200241e2daae08fb6119d9d3 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Diffstat (limited to 'cooling-type/main.cpp')
-rw-r--r--cooling-type/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cooling-type/main.cpp b/cooling-type/main.cpp
index cddbe31..91934ea 100644
--- a/cooling-type/main.cpp
+++ b/cooling-type/main.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include <memory> //make_unique
+#include <memory>
#include <sdbusplus/bus.hpp>
#include <phosphor-logging/log.hpp>
#include "argument.hpp"
OpenPOWER on IntegriCloud