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

Annotation of /trunk/H7 Server/TcpClientClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (hide annotations) (download)
Wed Jan 31 17:22:59 2007 UTC (17 years, 4 months ago) by hedin
File MIME type: text/plain
File size: 275 byte(s)
Made the selection of baud rate work (well, make everything work - including multiple clients)
1 hedin 3 #pragma once
2     #include "afxsock.h"
3    
4 hedin 28
5    
6 hedin 3 class TcpClientClass :
7     public CSocket
8     {
9     public:
10 hedin 33 bool isClosed;
11    
12 hedin 3 TcpClientClass(void);
13     ~TcpClientClass(void);
14     virtual void OnReceive(int nErrorCode);
15 hedin 28
16 hedin 33 void SendReply(void);
17     virtual void OnClose(int nErrorCode);
18 hedin 3 };

  ViewVC Help
Powered by ViewVC 1.1.20