mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
Userland: Change IPC funcs to use plain arguments instead of a struct
Instead of having a single overloaded handle method each method gets its own unique method name now.
This commit is contained in:
committed by
Andreas Kling
parent
d47f15ab8b
commit
065040872f
@@ -26,7 +26,7 @@ void Client::handshake()
|
||||
send_sync<Messages::ImageDecoderServer::Greet>();
|
||||
}
|
||||
|
||||
void Client::handle(const Messages::ImageDecoderClient::Dummy&)
|
||||
void Client::dummy()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user