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

Diff of /smsdaemon/SmsDaemon.h

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

revision 149 by torben, Sun Dec 7 20:58:41 2008 UTC revision 675 by torben, Tue Apr 27 20:07:12 2010 UTC
# Line 3  Line 3 
3    
4  #include "ISmsTransceiver.h"  #include "ISmsTransceiver.h"
5    
6    
7  #include <time.h>  #include <time.h>
8  #include <sys/time.h>  #include <sys/time.h>
9    
10  class SMS;  class SMS;
11    class EmbeddedHttp;
12    
13  class SmsDaemon  class SmsDaemon
14  {  {
15  public:  public:
16          SmsDaemon(ISmsTransceiver& modem)          SmsDaemon(ISmsTransceiver& modem)
17                  : _modem(modem) {}                          : _modem(modem) {}
18    
19    
20          void Start();          void Start();
# Line 24  private: Line 26  private:
26    
27          void MainLoop();          void MainLoop();
28    
29            void ReloadConfig();
30    
31          ISmsTransceiver& _modem;          ISmsTransceiver& _modem;
32          timeval _lastSmsCheck;          timeval _lastSmsCheck;
33            EmbeddedHttp* embeddedHttp;
34  };  };
35    
36    

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

  ViewVC Help
Powered by ViewVC 1.1.20