added support for XML reading/writing
new serialization interfaces new helper methods new wifi models
This commit is contained in:
14
data/XMLsave.h
Normal file
14
data/XMLsave.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef XMLSAVE_H
|
||||
#define XMLSAVE_H
|
||||
|
||||
#include "xml.h"
|
||||
|
||||
class XMLsave {
|
||||
|
||||
public:
|
||||
|
||||
virtual void writeToXML(XMLDoc* doc, XMLElem* dst) = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif // XMLSAVE_H
|
||||
Reference in New Issue
Block a user