mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Move all of the base plugin classes into the zeek::plugin namespace
This commit is contained in:
parent
cbdb8ee074
commit
e77e8c4b7b
28 changed files with 404 additions and 240 deletions
|
@ -8,7 +8,7 @@
|
|||
using namespace logging;
|
||||
|
||||
Component::Component(const std::string& name, factory_callback arg_factory)
|
||||
: plugin::Component(plugin::component::WRITER, name)
|
||||
: zeek::plugin::Component(zeek::plugin::component::WRITER, name)
|
||||
{
|
||||
factory = arg_factory;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue