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

Diff of /smsdaemon/SmsDaemon.cpp

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

revision 149 by torben, Sun Dec 7 20:58:41 2008 UTC revision 151 by torben, Mon Dec 8 10:42:04 2008 UTC
# Line 16  Line 16 
16    
17  #include "TaskManager.h"  #include "TaskManager.h"
18  #include "PluginManager.h"  #include "PluginManager.h"
19    #include "ConfigFile.h"
20    
21  #include "version.h"  #include "version.h"
22    
# Line 98  void SmsDaemon::MainLoop() Line 99  void SmsDaemon::MainLoop()
99  void SmsDaemon::Start()  void SmsDaemon::Start()
100  {  {
101          Common* cmn = Common::instance();          Common* cmn = Common::instance();
102            string transceiver = cmn->GetConfigfile()->GetValue("smsdaemon","transceiver");
103    
104          srand(time(0));          srand(time(0));
105    
# Line 107  void SmsDaemon::Start() Line 109  void SmsDaemon::Start()
109          cmn->logMessage("--------------------------------");          cmn->logMessage("--------------------------------");
110          cmn->logMessage( VERSION );          cmn->logMessage( VERSION );
111          cmn->logMessage( SVNVERSION );          cmn->logMessage( SVNVERSION );
112            cmn->logMessage( string("Transceiver: ") + transceiver );
113    
114          cmn->GetTaskManager()->LoadTasks();          cmn->GetTaskManager()->LoadTasks();
115          cmn->GetPluginManager()->LoadPlugins();          cmn->GetPluginManager()->LoadPlugins();

Legend:
Removed from v.149  
changed lines
  Added in v.151

  ViewVC Help
Powered by ViewVC 1.1.20