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

Diff of /smsdaemon/Common.h

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

revision 158 by torben, Mon Dec 8 21:49:49 2008 UTC revision 208 by torben, Sun Dec 21 18:41:08 2008 UTC
# Line 28  public: Line 28  public:
28          int uid;          int uid;
29          int gid;          int gid;
30          volatile bool mainContinue;          volatile bool mainContinue;
31            volatile bool reloadConfig;
32    
33          std::string configFilePath;          std::string configFilePath;
34    
# Line 46  public: Line 47  public:
47    
48          void loadConfig(int argc, char* argv[]);          void loadConfig(int argc, char* argv[]);
49    
50          std::string getStatusMessage();          std::string getStatusMessage();
51  private:  private:
52          Common();          Common();
53          Common(const Common&) {}          Common(const Common&) {}
54          Common& operator=(const Common) {return *this;}          Common& operator=(const Common)
55            {
56                    return *this;
57            }
58          ~Common();          ~Common();
59    
60    

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

  ViewVC Help
Powered by ViewVC 1.1.20