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

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

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 MIME type: text/plain
File size: 255 byte(s)
Implement a test-server (maybe)
1 #pragma once
2 #include "afxsock.h"
3
4 #include "sigslot.h"
5
6 class ServerSocket :
7 public CSocket
8 {
9 public:
10 ServerSocket(void);
11 virtual ~ServerSocket(void);
12
13 virtual void OnAccept(int nErrorCode);
14
15
16 sigslot::signal0<> connectionReady;
17 };

  ViewVC Help
Powered by ViewVC 1.1.20