/[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 144 by torben, Sun Dec 7 16:27:34 2008 UTC
# 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.144

  ViewVC Help
Powered by ViewVC 1.1.20