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

Diff of /smsdaemon/SmsDaemon.h

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

revision 140 by torben, Sun Dec 7 12:06:01 2008 UTC revision 145 by torben, Sun Dec 7 16:31:40 2008 UTC
# Line 1  Line 1 
1    
2  #include "GsmModem.h"  #include "IGsmModem.h"
3    
4  #include <time.h>  #include <time.h>
5  #include <sys/time.h>  #include <sys/time.h>
# Line 9  class SMS; Line 9  class SMS;
9  class SmsDaemon  class SmsDaemon
10  {  {
11  public:  public:
12          SmsDaemon(GsmModem& modem)          SmsDaemon(IGsmModem& modem)
13                  : _modem(modem) {}                  : _modem(modem) {}
14    
15    
# Line 22  private: Line 22  private:
22    
23          void MainLoop();          void MainLoop();
24    
25          GsmModem& _modem;          IGsmModem& _modem;
26          timeval _lastSmsCheck;          timeval _lastSmsCheck;
27  };  };

Legend:
Removed from v.140  
changed lines
  Added in v.145

  ViewVC Help
Powered by ViewVC 1.1.20