提交 83af4d71 编写于 作者: 小代码2016's avatar 小代码2016

抄写 tinyxml2

上级 5153152b
......@@ -62,7 +62,7 @@ public:
XMLError LoadFile(const char *filename);
private:
void parse();
void Parse();
};
KHL_XML_NAMESPACE_END
......
......@@ -16,10 +16,6 @@ XmlDocument::~XmlDocument()
{
}
void XmlDocument::parse()
{
}
XMLError XmlDocument::Parse(const char *xml, size_t nBytes)
{
return XMLError::XML_SUCCESS;
......@@ -30,4 +26,10 @@ XMLError XmlDocument::LoadFile(const char *filename)
return XMLError::XML_SUCCESS;
}
void XmlDocument::Parse()
{
}
KHL_XML_NAMESPACE_END
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册