Initial Commit
This commit is contained in:
14
database/FileZillaFTP/source/xml_utils.h
Normal file
14
database/FileZillaFTP/source/xml_utils.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __XML_UTILS_H__
|
||||
#define __XML_UTILS_H__
|
||||
|
||||
class TiXmlElement;
|
||||
|
||||
namespace XML
|
||||
{
|
||||
|
||||
CStdString ReadText(TiXmlElement* pElement);
|
||||
void SetText(TiXmlElement* pElement, const CStdString& text);
|
||||
|
||||
}
|
||||
|
||||
#endif //__XML_UTIL S_H__
|
||||
Reference in New Issue
Block a user