/[H7]/trunk/H7 Server/TcpClientClass.h
ViewVC logotype

Diff of /trunk/H7 Server/TcpClientClass.h

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

revision 34 by hedin, Wed Jan 31 17:22:59 2007 UTC revision 35 by hedin, Thu Feb 1 07:39:56 2007 UTC
# Line 9  class TcpClientClass : Line 9  class TcpClientClass :
9  public:  public:
10          bool isClosed;          bool isClosed;
11    
12            short mLed3, mLed4, mLed5;
13            short mSw2, mSw3;
14            short mTemp, mPot;
15    
16          TcpClientClass(void);          TcpClientClass(void);
17          ~TcpClientClass(void);          ~TcpClientClass(void);
18          virtual void OnReceive(int nErrorCode);          virtual void OnReceive(int nErrorCode);

Legend:
Removed from v.34  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC 1.1.20