mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-02 11:34:19 +00:00
LibIPC: Put all classes in the IPC namespace and remove the leading I
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
static HashMap<int, RefPtr<PSClientConnection>> s_connections;
|
||||
|
||||
PSClientConnection::PSClientConnection(Core::LocalSocket& socket, int client_id)
|
||||
: IClientConnection(*this, socket, client_id)
|
||||
: IPC::ClientConnection<ProtocolServerEndpoint>(*this, socket, client_id)
|
||||
{
|
||||
s_connections.set(client_id, *this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user