mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Move all plugin classes into zeek::plugin::detail namespaces
This commit is contained in:
parent
106a92a9a8
commit
6b60a20360
63 changed files with 125 additions and 226 deletions
|
@ -4,8 +4,7 @@
|
|||
#include "plugin/Plugin.h"
|
||||
#include "analyzer/Component.h"
|
||||
|
||||
namespace plugin {
|
||||
namespace Zeek_ZIP {
|
||||
namespace zeek::plugin::detail::Zeek_ZIP {
|
||||
|
||||
class Plugin : public zeek::plugin::Plugin {
|
||||
public:
|
||||
|
@ -20,5 +19,4 @@ public:
|
|||
}
|
||||
} plugin;
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace zeek::plugin::detail::Zeek_ZIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue