LibIPC: Move IPC client/server connection templates to LibIPC

Move over the CoreIPC::Server and CoreIPC::Client namespace stuff
into LibIPC where it will soon becomes LibIPC-style things.
This commit is contained in:
Andreas Kling 2019-12-02 09:52:07 +01:00
commit 5d4ee0f58a
Notes: sideshowbarker 2024-07-19 10:59:50 +09:00
9 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
#include <AudioServer/AudioClientEndpoint.h>
#include <AudioServer/AudioServerEndpoint.h>
#include <LibCore/CoreIPCClient.h>
#include <LibIPC/IServerConnection.h>
class ABuffer;