This commit is contained in:
doitux
2007-04-20 08:18:18 +00:00
parent ce40d23fb5
commit 5437f91315
8 changed files with 299 additions and 14 deletions
+5
View File
@@ -29,6 +29,8 @@ public:
~ConfigFile();
void createDefaultConfig();
std::string readConfigString(std::string varName);
void writeConfigString(std::string varName, std::string varCont);
@@ -38,6 +40,9 @@ public:
private:
std::string myPath;
std::string logDir;
std::string dataDir;
int configRev;
};
#endif