mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibIPC: Put all classes in the IPC namespace and remove the leading I
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
namespace Protocol {
|
||||
|
||||
Client::Client()
|
||||
: IServerConnection(*this, "/tmp/portal/protocol")
|
||||
: IPC::ServerConnection<ProtocolClientEndpoint, ProtocolServerEndpoint>(*this, "/tmp/portal/protocol")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user