/[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 114 by torben, Sun Nov 2 20:14:20 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    #include <sys/time.h>
7    
8    
9  class SmsDaemon  class SmsDaemon
# 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.114

  ViewVC Help
Powered by ViewVC 1.1.20