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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user