mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Mark the majority of the analyzer classes as final, where appropriate.
Most of these came from use of the -Wsuggest-final-types flag for gcc.
This commit is contained in:
parent
4035ec7760
commit
485d9d5458
46 changed files with 72 additions and 80 deletions
|
@ -15,7 +15,7 @@ namespace tcp {
|
|||
|
||||
class TCP_Analyzer;
|
||||
|
||||
class TCP_Reassembler : public Reassembler {
|
||||
class TCP_Reassembler final : public Reassembler {
|
||||
public:
|
||||
enum Type {
|
||||
Direct, // deliver to destination analyzer itself
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue