mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -261,8 +261,8 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
void Describe(ODesc* d) const override;
|
||||
void IDString(ODesc* d) const;
|
||||
void Describe(zeek::ODesc* d) const override;
|
||||
void IDString(zeek::ODesc* d) const;
|
||||
|
||||
// Statistics.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue