1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 16:55:08 +00:00
Commit graph

2 commits

Author SHA1 Message Date
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
Andreas Kling
a4902e0eec ProtocolServer: Put everything in the ProtocolServer namespace 2020-05-17 16:33:09 +02:00
Renamed from Services/ProtocolServer/PSClientConnection.h (Browse further)