mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Move a few low-use classes to namespaces
This commit is contained in:
parent
886fc102b8
commit
c9ab1f93e7
53 changed files with 252 additions and 122 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "Stmt.h"
|
||||
#include "input.h"
|
||||
|
||||
namespace zeek::detail {
|
||||
|
||||
TraversalCode traverse_all(TraversalCallback* cb)
|
||||
{
|
||||
if ( ! zeek::detail::global_scope() )
|
||||
|
@ -22,3 +24,5 @@ TraversalCode traverse_all(TraversalCallback* cb)
|
|||
tc = stmts->Traverse(cb);
|
||||
HANDLE_TC_STMT_POST(tc);
|
||||
}
|
||||
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue