mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Move all Val classes to the zeek namespaces
This commit is contained in:
parent
ec9eff0bd5
commit
64332ca22c
265 changed files with 3154 additions and 3086 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "ReaderBackend.h"
|
||||
#include "threading/SerialTypes.h"
|
||||
|
||||
class EnumVal;
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(EnumVal, zeek);
|
||||
|
||||
namespace input {
|
||||
|
||||
|
@ -33,7 +33,7 @@ public:
|
|||
*
|
||||
* Frontends must only be instantiated by the main thread.
|
||||
*/
|
||||
ReaderFrontend(const ReaderBackend::ReaderInfo& info, EnumVal* type);
|
||||
ReaderFrontend(const ReaderBackend::ReaderInfo& info, zeek::EnumVal* type);
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue