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

Diff of /smsdaemon/SmsDaemon.h

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

revision 208 by torben, Sun Dec 21 18:41:08 2008 UTC revision 675 by torben, Tue Apr 27 20:07:12 2010 UTC
# Line 3  Line 3 
3    
4  #include "ISmsTransceiver.h"  #include "ISmsTransceiver.h"
5    
6    
7  #include <time.h>  #include <time.h>
8  #include <sys/time.h>  #include <sys/time.h>
9    
10  class SMS;  class SMS;
11    class EmbeddedHttp;
12    
13  class SmsDaemon  class SmsDaemon
14  {  {
# Line 28  private: Line 30  private:
30    
31          ISmsTransceiver& _modem;          ISmsTransceiver& _modem;
32          timeval _lastSmsCheck;          timeval _lastSmsCheck;
33            EmbeddedHttp* embeddedHttp;
34  };  };
35    
36    

Legend:
Removed from v.208  
changed lines
  Added in v.675

  ViewVC Help
Powered by ViewVC 1.1.20