summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/XMLEngineMI.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CurrencyRates/src/XMLEngineMI.h')
-rw-r--r--plugins/CurrencyRates/src/XMLEngineMI.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/CurrencyRates/src/XMLEngineMI.h b/plugins/CurrencyRates/src/XMLEngineMI.h
new file mode 100644
index 0000000000..d9015613ab
--- /dev/null
+++ b/plugins/CurrencyRates/src/XMLEngineMI.h
@@ -0,0 +1,15 @@
+#ifndef __0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_h__
+#define __0c3d1da4_92b7_431c_83e5_f998cd513f0d_XMLEngineMI_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__