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
sppmacd
15f4043a7a
AudioServer: removed AS prefix from class and file names
...
And moved everything to AudioServer namespace
2020-06-12 20:42:22 +02:00
Sergey Bugaev
450a2a0f9c
Build: Switch to CMake :^)
...
Closes https://github.com/SerenityOS/serenity/issues/2080
2020-05-14 20:15:18 +02:00
Andreas Kling
cf3b58fbe8
Services: Renamed from Servers
...
It didn't feel right to have a "DHCPClient" in a "Servers" directory.
Rename this to Services to better reflect the type of programs we'll
be putting in there.
2020-05-08 21:57:44 +02:00