aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Hwmon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/Hwmon.cpp')
-rw-r--r--tools/gator/daemon/Hwmon.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gator/daemon/Hwmon.cpp b/tools/gator/daemon/Hwmon.cpp
index 07925680c1f6..1d7c0da9cc83 100644
--- a/tools/gator/daemon/Hwmon.cpp
+++ b/tools/gator/daemon/Hwmon.cpp
@@ -63,6 +63,10 @@ private:
double previous_value;
sensors_subfeature_type input;
+
+ // Intentionally unimplemented
+ HwmonCounter(const HwmonCounter &);
+ HwmonCounter &operator=(const HwmonCounter &);
};
HwmonCounter::HwmonCounter(HwmonCounter *next, int key, const sensors_chip_name *chip, const sensors_feature *feature) : next(next), key(key), polled(false), readable(false), enabled(false), duplicate(false), chip(chip), feature(feature) {