mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Mark all timers as final
This commit is contained in:
parent
e66148a13a
commit
c2375fc88d
14 changed files with 15 additions and 15 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace threading {
|
||||
|
||||
class HeartbeatTimer : public Timer {
|
||||
class HeartbeatTimer final : public Timer {
|
||||
public:
|
||||
HeartbeatTimer(double t) : Timer(t, TIMER_THREAD_HEARTBEAT) {}
|
||||
virtual ~HeartbeatTimer() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue