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

Contents of /trunk/H7 Server/TcpConnectionClass.h

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.20