Move all Val classes to the zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-06-24 16:55:28 -04:00
parent ec9eff0bd5
commit 64332ca22c
265 changed files with 3154 additions and 3086 deletions

View file

@ -5,12 +5,12 @@
#include <vector>
#include "BroList.h"
class Val;
ZEEK_FORWARD_DECLARE_NAMESPACED(Val, zeek);
namespace zeek {
template <class T> class IntrusivePtr;
using Args = std::vector<zeek::IntrusivePtr<Val>>;
using Args = std::vector<zeek::IntrusivePtr<zeek::Val>>;
/**
* Converts a legacy-style argument list for use in modern Zeek function