mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
low-level naming tweaks / comments / const-ified accessor
This commit is contained in:
parent
095ab178f3
commit
475063804e
3 changed files with 8 additions and 6 deletions
|
@ -20,7 +20,7 @@ class EventHandler
|
|||
public:
|
||||
explicit EventHandler(std::string name);
|
||||
|
||||
const char* Name() { return name.data(); }
|
||||
const char* Name() const { return name.data(); }
|
||||
|
||||
const FuncPtr& GetFunc() { return local; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue