#ifndef _XMLREADER_H_ #define _XMLREADER_H_ #include class SystemData; void parseXMLFile(std::string xmlpath); #endif