Move Frame and Scope to zeek::detail namespace

This commit is contained in:
Tim Wojtulewicz 2020-06-15 21:45:44 -07:00 committed by Tim Wojtulewicz
parent 64332ca22c
commit 937a462e70
50 changed files with 306 additions and 257 deletions

View file

@ -41,7 +41,8 @@ class RE_Matcher;
class CompositeHash;
class HashKey;
class Frame;
ZEEK_FORWARD_DECLARE_NAMESPACED(Frame, zeek::detail);
extern double bro_start_network_time;
@ -980,7 +981,7 @@ public:
// If the &default attribute is not a function, or the functon has
// already been initialized, this does nothing. Otherwise, evaluates
// the function in the frame allowing it to capture its closure.
void InitDefaultFunc(Frame* f);
void InitDefaultFunc(zeek::detail::Frame* f);
unsigned int MemoryAllocation() const override;