1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-08 01:47:11 +02:00

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

View File

@ -1,8 +1,8 @@
#ifndef _XML_TEXT_HPP_
#define _XML_TEXT_HPP_
#ifndef _SQXML_TEXT_HPP_
#define _SQXML_TEXT_HPP_
// ------------------------------------------------------------------------------------------------
#include "Common.hpp"
#include "Handle/Document.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
@ -362,4 +362,4 @@ public:
} // Namespace:: SqMod
#endif // _XML_TEXT_HPP_
#endif // _SQXML_TEXT_HPP_