summaryrefslogtreecommitdiffstats
path: root/Project/FileHanding.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/FileHanding.h')
-rw-r--r--Project/FileHanding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/FileHanding.h b/Project/FileHanding.h
index 4aa7f37..5e06c3e 100644
--- a/Project/FileHanding.h
+++ b/Project/FileHanding.h
@@ -36,6 +36,9 @@ protected:
void SetNodeValue(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* node, wxString value);
void SetNodeValue(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* node, int value);
void SetNodeValue(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* node, double value);
+ void SetNodeAttribute(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* node, const char* atrName, wxString value);
+ void SetNodeAttribute(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* node, const char* atrName, int value);
+ void SetNodeAttribute(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* node, const char* atrName, double value);
};
#endif // FILEHANDING_H