mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
Userland: Mark subclasses of IPC::{Client,Server}Connection final
This commit is contained in:
parent
c1c252ddb2
commit
a345a1f4a1
10 changed files with 14 additions and 11 deletions
|
@ -15,7 +15,7 @@ namespace Protocol {
|
|||
|
||||
class Request;
|
||||
|
||||
class RequestClient
|
||||
class RequestClient final
|
||||
: public IPC::ServerConnection<RequestClientEndpoint, RequestServerEndpoint>
|
||||
, public RequestClientEndpoint {
|
||||
C_OBJECT(RequestClient);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue