aboutsummaryrefslogtreecommitdiff
path: root/daemon/StreamlineSetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/StreamlineSetup.h')
-rw-r--r--daemon/StreamlineSetup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/StreamlineSetup.h b/daemon/StreamlineSetup.h
index 092d956..d6d9a6e 100644
--- a/daemon/StreamlineSetup.h
+++ b/daemon/StreamlineSetup.h
@@ -38,6 +38,10 @@ private:
void sendDefaults();
void sendCounters();
void writeConfiguration(char* xml);
+
+ // Intentionally unimplemented
+ StreamlineSetup(const StreamlineSetup &);
+ StreamlineSetup &operator=(const StreamlineSetup &);
};
#endif //__STREAMLINE_SETUP_H__