mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibIPC: Rename base classes to IClientConnection and IServerConnection
This matches what we're already calling the server-side subclasses better, though we'll probably want to find some better names for the client-side classes eventually.
This commit is contained in:
parent
5d4ee0f58a
commit
4a37bec27c
Notes:
sideshowbarker
2024-07-19 10:59:47 +09:00
Author: https://github.com/awesomekling
Commit: 4a37bec27c
16 changed files with 254 additions and 275 deletions
|
@ -5,7 +5,7 @@
|
|||
namespace LibProtocol {
|
||||
|
||||
Client::Client()
|
||||
: ConnectionNG(*this, "/tmp/portal/protocol")
|
||||
: IServerConnection(*this, "/tmp/portal/protocol")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue