/[H8]/trunk/test-server/ServerSocket.cpp
ViewVC logotype

Contents of /trunk/test-server/ServerSocket.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (show annotations) (download)
Mon May 28 14:41:33 2007 UTC (16 years, 11 months ago) by torben
File size: 214 byte(s)
Implement a test-server (maybe)
1 #include "StdAfx.h"
2 #include ".\serversocket.h"
3
4 ServerSocket::ServerSocket(void)
5 {
6 }
7
8 ServerSocket::~ServerSocket(void)
9 {
10 }
11
12 void ServerSocket::OnAccept(int nErrorCode)
13 {
14 connectionReady.emit();
15 }

  ViewVC Help
Powered by ViewVC 1.1.20