mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Move Type types to zeek namespace
This commit is contained in:
parent
4a1b39a2be
commit
ed13972924
120 changed files with 2094 additions and 1934 deletions
|
@ -16,8 +16,8 @@ using id_list = PList<zeek::detail::ID>;
|
|||
FORWARD_DECLARE_NAMESPACED(Stmt, zeek::detail);
|
||||
using stmt_list = PList<zeek::detail::Stmt>;
|
||||
|
||||
class BroType;
|
||||
using type_list = PList<BroType>;
|
||||
FORWARD_DECLARE_NAMESPACED(BroType, zeek);
|
||||
using type_list = PList<zeek::BroType>;
|
||||
|
||||
FORWARD_DECLARE_NAMESPACED(Attr, zeek::detail);
|
||||
using attr_list = PList<zeek::detail::Attr>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue