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
|
@ -113,7 +113,7 @@ public:
|
|||
* Generates a human-readable description of the component. This goes
|
||||
* into the output of \c "bro -NN".
|
||||
*/
|
||||
void DoDescribe(ODesc* d) const override;
|
||||
void DoDescribe(zeek::ODesc* d) const override;
|
||||
|
||||
private:
|
||||
std::vector<std::string> prefixes;
|
||||
|
@ -160,7 +160,7 @@ public:
|
|||
* Generates a human-readable description of the component. This goes
|
||||
* into the output of \c "bro -NN".
|
||||
*/
|
||||
void DoDescribe(ODesc* d) const override;
|
||||
void DoDescribe(zeek::ODesc* d) const override;
|
||||
|
||||
private:
|
||||
std::vector<std::string> prefixes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue