Update the XML module to work with the modified API.

Separate the XML handles into their own source files.
This commit is contained in:
Sandu Liviu Catalin
2016-06-03 21:31:34 +03:00
parent 4d77386b21
commit a792ae525e
17 changed files with 539 additions and 785 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
#ifndef _XML_ATTRIBUTE_HPP_
#define _XML_ATTRIBUTE_HPP_
#ifndef _SQXML_ATTRIBUTE_HPP_
#define _SQXML_ATTRIBUTE_HPP_
// ------------------------------------------------------------------------------------------------
#include "Common.hpp"
#include "Handle/Document.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
@@ -442,4 +442,4 @@ public:
} // Namespace:: SqMod
#endif // _XML_ATTRIBUTE_HPP_
#endif // _SQXML_ATTRIBUTE_HPP_