mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Rename BroType to Type
This commit is contained in:
parent
c04d9cae45
commit
137e416a03
34 changed files with 367 additions and 359 deletions
|
@ -16,8 +16,9 @@ using id_list = PList<zeek::detail::ID>;
|
|||
FORWARD_DECLARE_NAMESPACED(Stmt, zeek::detail);
|
||||
using stmt_list = PList<zeek::detail::Stmt>;
|
||||
|
||||
FORWARD_DECLARE_NAMESPACED(BroType, zeek);
|
||||
using type_list = PList<zeek::BroType>;
|
||||
namespace zeek { class Type; }
|
||||
using BroType [[deprecated("Remove in v4.1. Use zeek::Type instead.")]] = zeek::Type;
|
||||
using type_list = PList<zeek::Type>;
|
||||
|
||||
FORWARD_DECLARE_NAMESPACED(Attr, zeek::detail);
|
||||
using attr_list = PList<zeek::detail::Attr>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue