aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/ConfigurationXML.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/ConfigurationXML.h')
-rw-r--r--tools/gator/daemon/ConfigurationXML.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gator/daemon/ConfigurationXML.h b/tools/gator/daemon/ConfigurationXML.h
index f709ad16825..eba7dc4bac4 100644
--- a/tools/gator/daemon/ConfigurationXML.h
+++ b/tools/gator/daemon/ConfigurationXML.h
@@ -14,6 +14,8 @@
class ConfigurationXML {
public:
static void getDefaultConfigurationXml(const char * & xml, unsigned int & len);
+ static void getPath(char* path);
+ static void remove();
ConfigurationXML();
~ConfigurationXML();