mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Rename BroObj to Obj
This commit is contained in:
parent
736a3f53d4
commit
02cef05f93
36 changed files with 105 additions and 103 deletions
|
@ -35,7 +35,7 @@ using TriggerPtr = zeek::IntrusivePtr<Trigger>;
|
|||
class Frame;
|
||||
using FramePtr = zeek::IntrusivePtr<Frame>;
|
||||
|
||||
class Frame : public BroObj {
|
||||
class Frame : public Obj {
|
||||
public:
|
||||
/**
|
||||
* Constructs a new frame belonging to *func* with *fn_args*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue