summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemInformation.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-12 13:35:12 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-12 13:35:12 (GMT)
commitded4bc136e5b120b2d047dc9b8eb6f7446043d08 (patch)
tree052052ff36a666f1c670ad612f90620fe6d43847 /Source/kwsys/SystemInformation.hxx.in
parent9d2ab63aaf5fb29d812dbfc942da4d7671c5d1b3 (diff)
parentf3999a21c85e6caf19feef7c90afce3969d9102a (diff)
downloadCMake-ded4bc136e5b120b2d047dc9b8eb6f7446043d08.zip
CMake-ded4bc136e5b120b2d047dc9b8eb6f7446043d08.tar.gz
CMake-ded4bc136e5b120b2d047dc9b8eb6f7446043d08.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2019-02-12 (44676809)
Diffstat (limited to 'Source/kwsys/SystemInformation.hxx.in')
-rw-r--r--Source/kwsys/SystemInformation.hxx.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in
index 9e1ce6c..5e93878 100644
--- a/Source/kwsys/SystemInformation.hxx.in
+++ b/Source/kwsys/SystemInformation.hxx.in
@@ -56,6 +56,9 @@ public:
SystemInformation();
~SystemInformation();
+ SystemInformation(const SystemInformation&) = delete;
+ SystemInformation& operator=(const SystemInformation&) = delete;
+
const char* GetVendorString();
const char* GetVendorID();
std::string GetTypeID();