ladybird/Services/AudioServer
Andrew Kaster 2b3993b008 LibThread: Hide Thread's constructor, as it is a Core::Object
Just constructing one of these guys on the stack willy nilly will leak
the first reference to them. There might be other C_OBJECTs that have
public constructors, seems like a good place for some static analysis
checks :).

Force users to call the construct() method for it.
2020-12-31 21:59:20 +01:00
..
AudioClient.ipc AudioServer: Give the AudioClient a way to keep track of the main mix volume 2020-07-21 19:02:25 +02:00
AudioServer.ipc Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
ClientConnection.cpp Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h 2020-10-05 23:48:33 +02:00
ClientConnection.h LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
CMakeLists.txt AudioServer: removed AS prefix from class and file names 2020-06-12 20:42:22 +02:00
main.cpp AudioServer: Lock the process veil after startup 2020-08-07 09:10:14 +02:00
Mixer.cpp LibThread: Hide Thread's constructor, as it is a Core::Object 2020-12-31 21:59:20 +01:00
Mixer.h LibThread: Hide Thread's constructor, as it is a Core::Object 2020-12-31 21:59:20 +01:00