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

Contents of /trunk/H7 Server/TcpServerClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download)
Mon Jan 29 16:18:31 2007 UTC (17 years, 3 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 #pragma once
2 #include "afxsock.h"
3 #include "TcpClientClass.h"
4
5 class TcpServerClass :
6 public CSocket
7 {
8 public:
9 TcpClientClass TcpClient;
10 TcpServerClass(void);
11 virtual ~TcpServerClass(void);
12 virtual void OnAccept(int nErrorCode);
13 };

  ViewVC Help
Powered by ViewVC 1.1.20