Store server pid in file, location can be changed by. First try, needs some cleanup work. Might require additional link options on Linux (new dependency: boost::program_options).

This commit is contained in:
lotodore
2008-02-10 12:38:12 +00:00
parent 2ddf198c97
commit c58aff2658
4 changed files with 125 additions and 85 deletions
+1 -2
View File
@@ -33,7 +33,7 @@ class QtToolsInterface;
class ConfigFile{
public:
ConfigFile(int, char **);
ConfigFile(char *argv0, bool readonly);
~ConfigFile();
@@ -75,7 +75,6 @@ private:
bool noWriteAccess;
std::string logOnOffDefault;
std::string claNoWriteAccess;
ConfigState myConfigState;
QtToolsInterface *myQtToolsInterface;