mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
This commit is contained in:
parent
1a015dc379
commit
7cf2839a26
Notes:
sideshowbarker
2024-07-18 18:47:43 +09:00
Author: https://github.com/gunnarbeutner
Commit: 7cf2839a26
Pull-request: https://github.com/SerenityOS/serenity/pull/6805
Reviewed-by: https://github.com/alimpfard
33 changed files with 389 additions and 385 deletions
|
@ -35,7 +35,7 @@ private:
|
|||
|
||||
virtual void handle(const Messages::RequestClient::RequestProgress&) override;
|
||||
virtual void handle(const Messages::RequestClient::RequestFinished&) override;
|
||||
virtual OwnPtr<Messages::RequestClient::CertificateRequestedResponse> handle(const Messages::RequestClient::CertificateRequested&) override;
|
||||
virtual Messages::RequestClient::CertificateRequestedResponse handle(const Messages::RequestClient::CertificateRequested&) override;
|
||||
virtual void handle(const Messages::RequestClient::HeadersBecameAvailable&) override;
|
||||
|
||||
HashMap<i32, RefPtr<Request>> m_requests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue