mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
refactored ISocket into IDataSocket. the latter and IListenSocket
now derive from ISocket.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "CHTTPProtocol.h"
|
||||
#include "CServer.h"
|
||||
#include "XHTTP.h"
|
||||
#include "ISocket.h"
|
||||
#include "IDataSocket.h"
|
||||
#include "XThread.h"
|
||||
#include "CLog.h"
|
||||
#include "stdset.h"
|
||||
@@ -32,7 +32,7 @@ CHTTPServer::~CHTTPServer()
|
||||
|
||||
void
|
||||
CHTTPServer::processRequest(
|
||||
ISocket* socket)
|
||||
IDataSocket* socket)
|
||||
{
|
||||
assert(socket != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user