ladybird/Userland/Services/WebSocket
Ben Wiederhake 4e55d649d7 Services: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
ClientConnection.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
ClientConnection.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt
main.cpp
WebSocketClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
WebSocketServer.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00