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

Diff of /smsdaemon/SmsDaemon.h

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

revision 88 by torben, Mon Jun 16 09:04:05 2008 UTC revision 95 by torben, Mon Jun 16 12:21:30 2008 UTC
# Line 2  Line 2 
2  #include "GsmModem.h"  #include "GsmModem.h"
3    
4  #include "Sms.h"  #include "Sms.h"
5    #include <time.h>
6    
7    
8  class SmsDaemon  class SmsDaemon
# Line 22  private: Line 22  private:
22          void MainLoop();          void MainLoop();
23    
24          GsmModem& _modem;          GsmModem& _modem;
25            timeval _lastSmsCheck;
26  };  };

Legend:
Removed from v.88  
changed lines
  Added in v.95

  ViewVC Help
Powered by ViewVC 1.1.20