--- smsdaemon/Common.h 2008/12/08 21:49:49 158 +++ smsdaemon/Common.h 2008/12/18 06:53:29 196 @@ -46,11 +46,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();