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

Annotation of /trunk/H7 Server/TcpClientClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Mon Jan 29 10:44:29 2007 UTC (17 years, 4 months ago) by hedin
File MIME type: text/plain
File size: 186 byte(s)
Added basic server structure
1 hedin 3 #pragma once
2     #include "afxsock.h"
3    
4     class TcpClientClass :
5     public CSocket
6     {
7     public:
8     TcpClientClass(void);
9     ~TcpClientClass(void);
10     virtual void OnReceive(int nErrorCode);
11     };

  ViewVC Help
Powered by ViewVC 1.1.20