mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
|
@ -11,6 +11,7 @@
|
|||
#include "EventHandler.h"
|
||||
#include "iosource/IOSource.h"
|
||||
#include "IPAddr.h"
|
||||
#include "util.h"
|
||||
|
||||
template <class T> class IntrusivePtr;
|
||||
class Val;
|
||||
|
@ -18,9 +19,10 @@ class ListVal;
|
|||
class TableVal;
|
||||
class Func;
|
||||
class EventHandler;
|
||||
class RecordType;
|
||||
class DNS_Mgr_Request;
|
||||
|
||||
FORWARD_DECLARE_NAMESPACED(RecordType, zeek);
|
||||
|
||||
typedef PList<DNS_Mgr_Request> DNS_mgr_request_list;
|
||||
|
||||
struct nb_dns_info;
|
||||
|
@ -149,7 +151,7 @@ protected:
|
|||
|
||||
bool did_init;
|
||||
|
||||
IntrusivePtr<RecordType> dm_rec;
|
||||
IntrusivePtr<zeek::RecordType> dm_rec;
|
||||
|
||||
typedef std::list<LookupCallback*> CallbackList;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue