--- smsdaemon/Common.h 2008/12/08 21:49:49 158 +++ smsdaemon/Common.h 2008/12/21 18:41:08 208 @@ -28,6 +28,7 @@ int uid; int gid; volatile bool mainContinue; + volatile bool reloadConfig; std::string configFilePath; @@ -46,11 +47,14 @@ void loadConfig(int argc, char* argv[]); - std::string getStatusMessage(); + std::string getStatusMessage(); private: Common(); Common(const Common&) {} - Common& operator=(const Common) {return *this;} + Common& operator=(const Common) + { + return *this; + } ~Common();