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

Annotation of /trunk/H7 Server/TcpClientClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations) (download)
Wed Jan 31 12:42:51 2007 UTC (17 years, 4 months ago) by hedin
File MIME type: text/plain
File size: 192 byte(s)
Communication established between PIC and client:D
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     TcpClientClass(void);
11     ~TcpClientClass(void);
12     virtual void OnReceive(int nErrorCode);
13 hedin 28
14 hedin 3 };

  ViewVC Help
Powered by ViewVC 1.1.20