summaryrefslogtreecommitdiff
path: root/protocols/Quotes/src/XMLEngineMI.h
blob: 5e5a51232f871416688f895d741f727ca5265ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_h__
#define __0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_h__

#include "ixmlengine.h"

class CXMLEngineMI : public IXMLEngine
{
public:
	CXMLEngineMI();
	~CXMLEngineMI();

	virtual IXMLNode::TXMLNodePtr LoadFile(const tstring& rsFileName)const;
	virtual bool SaveFile(const tstring& rsFileName,const IXMLNode::TXMLNodePtr& pNode)const;
	virtual IXMLNode::TXMLNodePtr CreateNode(const tstring& rsName,const tstring& rsText)const;
};

#endif //__0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_h__