/[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 32 by hedin, Wed Jan 31 12:42:51 2007 UTC revision 33 by hedin, Wed Jan 31 17:22:59 2007 UTC
# Line 7  class TcpClientClass : Line 7  class TcpClientClass :
7          public CSocket          public CSocket
8  {  {
9  public:  public:
10            bool isClosed;
11    
12          TcpClientClass(void);          TcpClientClass(void);
13          ~TcpClientClass(void);          ~TcpClientClass(void);
14          virtual void OnReceive(int nErrorCode);          virtual void OnReceive(int nErrorCode);
15    
16            void SendReply(void);
17            virtual void OnClose(int nErrorCode);
18  };  };

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.20