aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Hwmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/Hwmon.h')
-rw-r--r--tools/gator/daemon/Hwmon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gator/daemon/Hwmon.h b/tools/gator/daemon/Hwmon.h
index 35981dc3d9ad..46bb42e898d7 100644
--- a/tools/gator/daemon/Hwmon.h
+++ b/tools/gator/daemon/Hwmon.h
@@ -34,6 +34,10 @@ private:
HwmonCounter *findCounter(const Counter &counter) const;
HwmonCounter *counters;
+
+ // Intentionally unimplemented
+ Hwmon(const Hwmon &);
+ Hwmon &operator=(const Hwmon &);
};
#endif // HWMON_H