mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20: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
|
@ -65,7 +65,7 @@ PktSrcComponent::factory_callback PktSrcComponent::Factory() const
|
|||
return factory;
|
||||
}
|
||||
|
||||
void PktSrcComponent::DoDescribe(ODesc* d) const
|
||||
void PktSrcComponent::DoDescribe(zeek::ODesc* d) const
|
||||
{
|
||||
iosource::Component::DoDescribe(d);
|
||||
|
||||
|
@ -140,7 +140,7 @@ bool PktDumperComponent::HandlesPrefix(const std::string& prefix) const
|
|||
return false;
|
||||
}
|
||||
|
||||
void PktDumperComponent::DoDescribe(ODesc* d) const
|
||||
void PktDumperComponent::DoDescribe(zeek::ODesc* d) const
|
||||
{
|
||||
zeek::plugin::Component::DoDescribe(d);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue