summaryrefslogtreecommitdiffstats
path: root/xmlserializer/XmlElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmlserializer/XmlElement.h')
-rw-r--r--xmlserializer/XmlElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlserializer/XmlElement.h b/xmlserializer/XmlElement.h
index 62de769..a1bf42c 100644
--- a/xmlserializer/XmlElement.h
+++ b/xmlserializer/XmlElement.h
@@ -67,6 +67,7 @@ public:
void setNameAttribute(const string& strValue);
void setTextContent(const string& strContent);
void setComment(const string& strComment);
+ void setAttributeInteger(const string& strAttributeName, uint32_t uiValue);
// Child creation
void createChild(CXmlElement& childElement, const string& strType);