Move all base analyzer classes to zeek::analyzer namespace

This commit is contained in:
Tim Wojtulewicz 2020-07-01 18:21:38 -07:00
parent 87054d9d6b
commit 9400b863ea
171 changed files with 516 additions and 486 deletions

View file

@ -196,8 +196,7 @@ void Reporter::InternalError(const char* fmt, ...)
abort();
}
void Reporter::AnalyzerError(analyzer::Analyzer* a, const char* fmt,
...)
void Reporter::AnalyzerError(zeek::analyzer::Analyzer* a, const char* fmt, ...)
{
if ( a )
a->SetSkip(true);