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

Contents of /trunk/H7 Server/TcpConnectionClass.cpp

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 size: 328 byte(s)
Added basic server structure
1 #include "StdAfx.h"
2 #include ".\tcpconnectionclass.h"
3
4 TcpConnectionClass::TcpConnectionClass(void)
5 {
6 }
7
8 TcpConnectionClass::~TcpConnectionClass(void)
9 {
10 }
11
12 void TcpConnectionClass::OnAccept(int nErrorCode)
13 {
14 // TODO: Add your specialized code here and/or call the base class
15
16 CSocket::OnAccept(nErrorCode);
17 }

  ViewVC Help
Powered by ViewVC 1.1.20