mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -21,10 +21,9 @@ class Frame;
|
|||
class Func;
|
||||
class Event;
|
||||
|
||||
using ValPtr = zeek::IntrusivePtr<Val>;
|
||||
|
||||
namespace zeek {
|
||||
template <class T> class IntrusivePtr;
|
||||
using ValPtr = zeek::IntrusivePtr<Val>;
|
||||
}
|
||||
|
||||
namespace threading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue