mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18: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
|
@ -740,7 +740,7 @@ protected:
|
|||
int num_fields;
|
||||
};
|
||||
|
||||
class ScheduleTimer : public Timer {
|
||||
class ScheduleTimer final : public Timer {
|
||||
public:
|
||||
ScheduleTimer(const EventHandlerPtr& event, zeek::Args args, double t);
|
||||
~ScheduleTimer() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue