mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37:34 +00:00
Kernel: Mark BlockCondition subclasses as final
This commit is contained in:
parent
bcd2025311
commit
53019f413c
6 changed files with 6 additions and 6 deletions
|
@ -55,7 +55,7 @@ private:
|
|||
bool m_should_block { true };
|
||||
};
|
||||
|
||||
class ARPTableBlockCondition : public Thread::BlockCondition {
|
||||
class ARPTableBlockCondition final : public Thread::BlockCondition {
|
||||
public:
|
||||
void unblock(const IPv4Address& ip_addr, const MACAddress& addr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue