mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Move ID to the zeek::detail namespace
This commit is contained in:
parent
9992ec5c11
commit
0d623d003c
30 changed files with 221 additions and 182 deletions
|
@ -2,11 +2,13 @@
|
|||
|
||||
#include <stdint.h> // for u_char
|
||||
#include <sys/types.h> // for u_char
|
||||
#include "util.h"
|
||||
|
||||
class ID;
|
||||
class Rule;
|
||||
class RuleEndpointState;
|
||||
|
||||
FORWARD_DECLARE_NAMESPACED(ID, zeek::detail);
|
||||
|
||||
// Base class for all rule conditions except patterns and "header".
|
||||
class RuleCondition {
|
||||
public:
|
||||
|
@ -111,7 +113,5 @@ public:
|
|||
|
||||
void PrintDebug() override;
|
||||
private:
|
||||
ID* id;
|
||||
zeek::detail::ID* id;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue