This commit is contained in:
Glenn Maynard
2006-10-02 06:34:10 +00:00
parent e3483ba3be
commit 6db05d676a
+1
View File
@@ -44,6 +44,7 @@ public:
XNodes m_childs; // child node
XAttrs m_attrs; // attributes
void SetName( const RString &sName ) { m_Value.m_sName = sName; }
RString GetName() const { return m_sName; }
RString GetValue() const { return m_sValue; }