mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move Timer and PriorityQueue classes to namespaces
This commit is contained in:
parent
910aa77d95
commit
1c17700c48
33 changed files with 206 additions and 140 deletions
|
@ -23,5 +23,5 @@ using type_list = zeek::PList<zeek::Type>;
|
|||
ZEEK_FORWARD_DECLARE_NAMESPACED(Attr, zeek::detail);
|
||||
using attr_list = zeek::PList<zeek::detail::Attr>;
|
||||
|
||||
class Timer;
|
||||
using timer_list = zeek::PList<Timer, zeek::ListOrder::UNORDERED>;
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Timer, zeek::detail);
|
||||
using timer_list = zeek::PList<zeek::detail::Timer, zeek::ListOrder::UNORDERED>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue