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

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

  ViewVC Help
Powered by ViewVC 1.1.20