/[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 140 by torben, Sun Dec 7 12:06:01 2008 UTC
# Line 1  Line 1 
1    
2  #include "GsmModem.h"  #include "GsmModem.h"
3    
4  #include "Sms.h"  #include <time.h>
5    #include <sys/time.h>
6    
7    class SMS;
8    
9  class SmsDaemon  class SmsDaemon
10  {  {
# Line 22  private: Line 23  private:
23          void MainLoop();          void MainLoop();
24    
25          GsmModem& _modem;          GsmModem& _modem;
26            timeval _lastSmsCheck;
27  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.20