ladybird/Services/AudioServer
Andreas Kling 94ddb07e58 LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
This avoids getting into the awkward situation where the socket is
still part-owned by main() in multi-instance service. Also it just
reads nicer.
2020-07-06 13:30:11 +02:00
..
AudioClient.ipc Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
AudioServer.ipc Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
ClientConnection.cpp LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
ClientConnection.h LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
CMakeLists.txt AudioServer: removed AS prefix from class and file names 2020-06-12 20:42:22 +02:00
main.cpp LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
Mixer.cpp AudioServer: removed AS prefix from class and file names 2020-06-12 20:42:22 +02:00
Mixer.h AudioServer: removed AS prefix from class and file names 2020-06-12 20:42:22 +02:00