mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-30 01:08:11 +00:00
LibIPC: Put all classes in the IPC namespace and remove the leading I
This commit is contained in:
@@ -66,7 +66,7 @@ WSClientConnection* WSClientConnection::from_client_id(int client_id)
|
||||
}
|
||||
|
||||
WSClientConnection::WSClientConnection(Core::LocalSocket& client_socket, int client_id)
|
||||
: IClientConnection(*this, client_socket, client_id)
|
||||
: IPC::ClientConnection<WindowServerEndpoint>(*this, client_socket, client_id)
|
||||
{
|
||||
if (!s_connections)
|
||||
s_connections = new HashMap<int, NonnullRefPtr<WSClientConnection>>;
|
||||
|
||||
Reference in New Issue
Block a user