mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
LibWebSocket: Make WebSocketImpl an abstract class
The LibCore sockets implementation becomes WebSocketImplSerenity. This will allow us to create a custom WebSocketImpl subclass for Qt to use in Ladybird.
This commit is contained in:
parent
cc78a74c51
commit
be5f6aa46e
6 changed files with 144 additions and 81 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
ConnectionInfo.cpp
|
||||
Impl/WebSocketImpl.cpp
|
||||
Impl/WebSocketImplSerenity.cpp
|
||||
WebSocket.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue