Move all plugin classes into zeek::plugin::detail namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-10 09:37:14 -07:00
parent 106a92a9a8
commit 6b60a20360
63 changed files with 125 additions and 226 deletions

View file

@ -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