--- smsdaemon/Common.h 2008/12/21 18:41:08 208 +++ smsdaemon/Common.h 2010/04/27 21:06:53 678 @@ -3,7 +3,6 @@ #include - //time_t is defines as long int ! //No need to include time.h class SmsCounter @@ -37,6 +36,7 @@ long int daemonStart; + SmsCounter smsCounter; class PluginManager* GetPluginManager(); @@ -47,6 +47,7 @@ void loadConfig(int argc, char* argv[]); + std::string getStatusMessage(); private: Common(); @@ -65,6 +66,7 @@ void printUsage(); + };