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

Diff of /smsdaemon/Common.cpp

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

revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC revision 217 by torben, Tue Dec 23 14:20:43 2008 UTC
# Line 13  Line 13 
13  #include "TaskManager.h"  #include "TaskManager.h"
14  #include "PluginManager.h"  #include "PluginManager.h"
15  #include "ConfigFile.h"  #include "ConfigFile.h"
16    #include "Util.h"
17    #include "Logger.h"
18    
19  using namespace std;  using namespace std;
20    
# Line 32  Common::Common() Line 34  Common::Common()
34          _configFile = new ConfigFile();          _configFile = new ConfigFile();
35    
36          daemonized = false;          daemonized = false;
37            reloadConfig = false;
38  }  }
39    
40    
# Line 138  std::string Common::getStatusMessage() Line 141  std::string Common::getStatusMessage()
141    
142          return out.str();          return out.str();
143  }  }
144    

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

  ViewVC Help
Powered by ViewVC 1.1.20