mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Expr: move all classes into zeek::detail
This commit is contained in:
parent
3fa4acc175
commit
cbdb8ee074
34 changed files with 314 additions and 248 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue