--- smsdaemon/common.h 2008/12/07 21:42:15 150 +++ smsdaemon/Common.h 2008/12/18 06:53:29 196 @@ -43,16 +43,17 @@ class ConfigFile* GetConfigfile(); void SetConfigfile(class ConfigFile*); - void logMessage(std::string str); - void setLogfile(std::string file) {_logFile = file;} 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(); @@ -63,7 +64,6 @@ void printUsage(); - std::string _logFile; };