mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +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
|
@ -14,7 +14,8 @@ namespace Audio {
|
|||
|
||||
class Buffer;
|
||||
|
||||
class ClientConnection : public IPC::ServerConnection<AudioClientEndpoint, AudioServerEndpoint>
|
||||
class ClientConnection final
|
||||
: public IPC::ServerConnection<AudioClientEndpoint, AudioServerEndpoint>
|
||||
, public AudioClientEndpoint {
|
||||
C_OBJECT(ClientConnection)
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue