mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Rename BroList.h to ZeekList.h
This commit is contained in:
parent
db36688bf0
commit
106a92a9a8
16 changed files with 46 additions and 45 deletions
|
@ -1,27 +1,2 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "List.h"
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Val, zeek);
|
||||
using val_list = zeek::PList<zeek::Val>;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Expr, zeek::detail);
|
||||
using expr_list = zeek::PList<zeek::detail::Expr>;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(ID, zeek::detail);
|
||||
using id_list = zeek::PList<zeek::detail::ID>;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Stmt, zeek::detail);
|
||||
using stmt_list = zeek::PList<zeek::detail::Stmt>;
|
||||
|
||||
namespace zeek { class Type; }
|
||||
using BroType [[deprecated("Remove in v4.1. Use zeek::Type instead.")]] = zeek::Type;
|
||||
using type_list = zeek::PList<zeek::Type>;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Attr, zeek::detail);
|
||||
using attr_list = zeek::PList<zeek::detail::Attr>;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Timer, zeek::detail);
|
||||
using timer_list = zeek::PList<zeek::detail::Timer, zeek::ListOrder::UNORDERED>;
|
||||
#warning "BroList.h is deprecated and will be removed in v4.1. Use ZeekList.h instead."
|
||||
#include "ZeekList.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue