make a class hierarchy for server code (IXWebSocketServer <- IXSocketServer)

This commit is contained in:
Benjamin Sergeant
2019-01-06 12:01:33 -08:00
parent e80def0cd0
commit 98c579da03
6 changed files with 296 additions and 216 deletions

View File

@ -17,6 +17,7 @@ endif()
set( IXWEBSOCKET_SOURCES
ixwebsocket/IXEventFd.cpp
ixwebsocket/IXSocket.cpp
ixwebsocket/IXSocketServer.cpp
ixwebsocket/IXSocketConnect.cpp
ixwebsocket/IXDNSLookup.cpp
ixwebsocket/IXCancellationRequest.cpp
@ -32,6 +33,7 @@ set( IXWEBSOCKET_SOURCES
set( IXWEBSOCKET_HEADERS
ixwebsocket/IXEventFd.h
ixwebsocket/IXSocket.h
ixwebsocket/IXSocketServer.h
ixwebsocket/IXSocketConnect.h
ixwebsocket/IXSetThreadName.h
ixwebsocket/IXDNSLookup.h