mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
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:
parent
272d65e3e2
commit
5d4ee0f58a
Notes:
sideshowbarker
2024-07-19 10:59:50 +09:00
Author: https://github.com/awesomekling
Commit: 5d4ee0f58a
9 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibCore/CoreIPCClient.h>
|
||||
#include <LibIPC/IServerConnection.h>
|
||||
#include <ProtocolServer/ProtocolClientEndpoint.h>
|
||||
#include <ProtocolServer/ProtocolServerEndpoint.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue