/[projects]/smsdaemon/Common.h
ViewVC logotype

Diff of /smsdaemon/Common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 208 by torben, Sun Dec 21 18:41:08 2008 UTC revision 217 by torben, Tue Dec 23 14:20:43 2008 UTC
# Line 3  Line 3 
3    
4  #include <string>  #include <string>
5    
   
6  //time_t is defines as long int ! //No need to include time.h  //time_t is defines as long int ! //No need to include time.h
7    
8  class SmsCounter  class SmsCounter
# Line 37  public: Line 36  public:
36    
37          long int daemonStart;          long int daemonStart;
38    
39    
40          SmsCounter smsCounter;          SmsCounter smsCounter;
41    
42          class PluginManager* GetPluginManager();          class PluginManager* GetPluginManager();
# Line 47  public: Line 47  public:
47    
48          void loadConfig(int argc, char* argv[]);          void loadConfig(int argc, char* argv[]);
49    
50    
51          std::string getStatusMessage();          std::string getStatusMessage();
52  private:  private:
53          Common();          Common();
# Line 65  private: Line 66  private:
66    
67          void printUsage();          void printUsage();
68    
69    
70  };  };
71    
72    

Legend:
Removed from v.208  
changed lines
  Added in v.217

  ViewVC Help
Powered by ViewVC 1.1.20