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

Annotation of /trunk/H7 Server/TcpServerClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations) (download)
Mon Jan 29 16:18:31 2007 UTC (17 years, 4 months ago) by hedin
File MIME type: text/plain
File size: 250 byte(s)
Added init from regedit, and made some "spam" for kevin to test on:P
1 hedin 3 #pragma once
2     #include "afxsock.h"
3 hedin 11 #include "TcpClientClass.h"
4 hedin 3
5     class TcpServerClass :
6     public CSocket
7     {
8     public:
9 hedin 11 TcpClientClass TcpClient;
10 hedin 3 TcpServerClass(void);
11     virtual ~TcpServerClass(void);
12     virtual void OnAccept(int nErrorCode);
13     };

  ViewVC Help
Powered by ViewVC 1.1.20