mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibIPC: Put all classes in the IPC namespace and remove the leading I
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Protocol {
|
||||
|
||||
class Download;
|
||||
|
||||
class Client : public IServerConnection<ProtocolClientEndpoint, ProtocolServerEndpoint>
|
||||
class Client : public IPC::ServerConnection<ProtocolClientEndpoint, ProtocolServerEndpoint>
|
||||
, public ProtocolClientEndpoint {
|
||||
C_OBJECT(Client)
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user