mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28: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
|
@ -34,7 +34,7 @@ Component::~Component()
|
|||
{
|
||||
}
|
||||
|
||||
void Component::DoDescribe(ODesc* d) const
|
||||
void Component::DoDescribe(zeek::ODesc* d) const
|
||||
{
|
||||
if ( factory )
|
||||
{
|
||||
|
|
|
@ -80,7 +80,7 @@ protected:
|
|||
/**
|
||||
* Overriden from plugin::Component.
|
||||
*/
|
||||
void DoDescribe(ODesc* d) const override;
|
||||
void DoDescribe(zeek::ODesc* d) const override;
|
||||
|
||||
private:
|
||||
friend class file_analysis::Manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue