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

Diff of /smsdaemon/SmsDaemon.h

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

revision 114 by torben, Sun Nov 2 20:14:20 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    
 #include "Sms.h"  
4  #include <time.h>  #include <time.h>
5  #include <sys/time.h>  #include <sys/time.h>
6    
7    class SMS;
8    
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.114  
changed lines
  Added in v.145

  ViewVC Help
Powered by ViewVC 1.1.20