1 #ifndef _CONFIGURATOR_HEADER_
2 #define _CONFIGURATOR_HEADER_
6 #pragma warning(disable:4996 4244 4251 4275 4800 4503)
9 #include <boost/property_tree/ptree.hpp>
27 boost::property_tree::ptree _xmlTree;
30 static void release();
34 boost::property_tree::ptree getXML()
const {
return _xmlTree; }
37 std::string lastProject_;
38 std::string prefLang_;
39 std::string styleSheet_;
Definition: Configuration.h:21