mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
LibIPC: Put all classes in the IPC namespace and remove the leading I
This commit is contained in:
parent
a894a799c3
commit
d264e8fcc5
22 changed files with 108 additions and 80 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue