#include <map>
#include <string>
-#include "os_int.h"
+#include "stg/os_int.h"
using namespace std;
//---------------------------------------------------------------------------
map<string, string, StringCaseCmp_t> param_val;
string fileName;
mutable int error;
+ mutable bool changed;
+
+ int Flush(const std::string & path) const;
};
//---------------------------------------------------------------------------
#endif