Move IntrusivePtr and utility methods to the zeek namespace

This commit is contained in:
Tim Wojtulewicz 2020-06-24 16:40:00 -04:00
parent 4668378d91
commit 9364e6a5b7
255 changed files with 3761 additions and 3730 deletions

View file

@ -255,7 +255,7 @@ public:
* it may be any Val and must be ignored). If no plugin handled the call,
* the method returns null.
*/
std::pair<bool, IntrusivePtr<Val>>
std::pair<bool, zeek::IntrusivePtr<Val>>
HookCallFunction(const Func* func, Frame* parent, zeek::Args* args) const;
/**