mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibIPC: Put all classes in the IPC namespace and remove the leading I
This commit is contained in:
parent
a894a799c3
commit
d264e8fcc5
Notes:
sideshowbarker
2024-07-19 09:35:47 +09:00
Author: https://github.com/awesomekling
Commit: d264e8fcc5
22 changed files with 108 additions and 80 deletions
|
@ -31,7 +31,7 @@
|
|||
namespace Protocol {
|
||||
|
||||
Client::Client()
|
||||
: IServerConnection(*this, "/tmp/portal/protocol")
|
||||
: IPC::ServerConnection<ProtocolClientEndpoint, ProtocolServerEndpoint>(*this, "/tmp/portal/protocol")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue