Expr: move all classes into zeek::detail

This commit is contained in:
Tim Wojtulewicz 2020-05-07 15:20:19 -07:00
parent 3fa4acc175
commit cbdb8ee074
34 changed files with 314 additions and 248 deletions

View file

@ -54,7 +54,7 @@ static string RemoveLeadingSpace(const string& s)
// use for indexing.
static string NormalizeScriptPath(const string& path)
{
if ( auto p = plugin_mgr->LookupPluginByPath(path) )
if ( auto p = plugin_mgr->LookupPluginByPath(path) )
{
auto rval = normalize_path(path);
auto prefix = SafeBasename(p->PluginDirectory()).result;
@ -361,7 +361,7 @@ void Manager::RecordField(const ID* id, const TypeDecl* field,
}
void Manager::Redef(const ID* id, const string& path,
init_class ic, IntrusivePtr<Expr> init_expr)
init_class ic, IntrusivePtr<zeek::detail::Expr> init_expr)
{
if ( disabled )
return;