mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move ID to the zeek::detail namespace
This commit is contained in:
parent
9992ec5c11
commit
0d623d003c
30 changed files with 221 additions and 182 deletions
|
@ -7,8 +7,8 @@
|
|||
FORWARD_DECLARE_NAMESPACED(Expr, zeek::detail);
|
||||
typedef PList<zeek::detail::Expr> expr_list;
|
||||
|
||||
class ID;
|
||||
typedef PList<ID> id_list;
|
||||
FORWARD_DECLARE_NAMESPACED(ID, zeek::detail);
|
||||
typedef PList<zeek::detail::ID> id_list;
|
||||
|
||||
class Val;
|
||||
typedef PList<Val> val_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue