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

Annotation of /trunk/H7 Server/TcpServerClass.cpp

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 size: 304 byte(s)
Added basic server structure
1 hedin 3 #include "StdAfx.h"
2     #include ".\tcpserverclass.h"
3    
4     TcpServerClass::TcpServerClass(void)
5     {
6     }
7    
8     TcpServerClass::~TcpServerClass(void)
9     {
10     }
11    
12     void TcpServerClass::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