Use type aliases for IntrusivePtr definitions

This commit is contained in:
Tim Wojtulewicz 2020-06-24 16:46:34 -04:00
parent f6a251cdac
commit ec9eff0bd5
180 changed files with 2026 additions and 1893 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, zeek::IntrusivePtr<Val>>
std::pair<bool, ValPtr>
HookCallFunction(const Func* func, Frame* parent, zeek::Args* args) const;
/**