mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +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
|
@ -69,7 +69,7 @@ BifItem::~BifItem()
|
|||
{
|
||||
}
|
||||
|
||||
void HookArgument::Describe(ODesc* d) const
|
||||
void HookArgument::Describe(zeek::ODesc* d) const
|
||||
{
|
||||
switch ( type ) {
|
||||
case BOOL:
|
||||
|
@ -462,7 +462,7 @@ void Plugin::InitializeComponents()
|
|||
(*i)->Initialize();
|
||||
}
|
||||
|
||||
void Plugin::Describe(ODesc* d) const
|
||||
void Plugin::Describe(zeek::ODesc* d) const
|
||||
{
|
||||
d->Add(config.name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue