mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Moving component's CanonicalName() method into base class.
This commit is contained in:
parent
9616cd8e61
commit
6d9e261384
6 changed files with 10 additions and 20 deletions
|
@ -11,6 +11,7 @@ Component::Component(component::Type arg_type, const std::string& arg_name)
|
|||
{
|
||||
type = arg_type;
|
||||
name = arg_name;
|
||||
canon_name = canonify_name(name);
|
||||
}
|
||||
|
||||
Component::~Component()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue