mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move ODesc to zeek namespace
This commit is contained in:
parent
fdcb2760b2
commit
4e9a5e9d98
53 changed files with 162 additions and 143 deletions
|
@ -16,8 +16,7 @@
|
|||
|
||||
#define BRO_PLUGIN_BRO_VERSION BRO_VERSION_FUNCTION
|
||||
|
||||
class ODesc;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(ODesc, zeek);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Event, zeek);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Func, zeek);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Frame, zeek::detail);
|
||||
|
@ -360,7 +359,7 @@ public:
|
|||
*
|
||||
* @param d Description object to use for rendering.
|
||||
*/
|
||||
void Describe(ODesc* d) const;
|
||||
void Describe(zeek::ODesc* d) const;
|
||||
|
||||
private:
|
||||
Type type;
|
||||
|
@ -491,7 +490,7 @@ public:
|
|||
* is disabled, the rendering will include a list of all components
|
||||
* and BiF items.
|
||||
*/
|
||||
void Describe(ODesc* d) const;
|
||||
void Describe(zeek::ODesc* d) const;
|
||||
|
||||
/**
|
||||
* Registers an individual BiF that the plugin defines. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue