aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/SessionXML.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/SessionXML.h')
-rw-r--r--tools/gator/daemon/SessionXML.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gator/daemon/SessionXML.h b/tools/gator/daemon/SessionXML.h
index c7e3798d6950..0fb03bd6627c 100644
--- a/tools/gator/daemon/SessionXML.h
+++ b/tools/gator/daemon/SessionXML.h
@@ -33,6 +33,10 @@ private:
char* mPath;
void sessionTag(mxml_node_t *tree, mxml_node_t *node);
void sessionImage(mxml_node_t *node);
+
+ // Intentionally unimplemented
+ SessionXML(const SessionXML &);
+ SessionXML &operator=(const SessionXML &);
};
#endif // SESSION_XML_H