1
2
3
4
5
6 #ifndef CPP2CM_CPP2CM_SYSTEM_INCLUDED
7 #define CPP2CM_CPP2CM_SYSTEM_INCLUDED
8 #include <string>
9
10 namespace cpp2cm {
11
12 void ProcessSystemXml(const std::string& systemXmlFilePath, bool verbose);
13
14 }
15
16 #endif // CPP2CM_CPP2CM_SYSTEM_INCLUDED