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

Annotation of /trunk/H7 Server/TcpServerClass.cpp

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 size: 254 byte(s)
Added init from regedit, and made some "spam" for kevin to test on:P
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 hedin 11 Accept(TcpClient);
15 hedin 3 CSocket::OnAccept(nErrorCode);
16     }

  ViewVC Help
Powered by ViewVC 1.1.20