mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Tag the end of some namespaces for consistency
This commit is contained in:
parent
ddf48d7529
commit
812ac5536d
12 changed files with 22 additions and 17 deletions
|
@ -265,10 +265,12 @@ void ComponentManager<T, C>::RegisterComponent(C* component,
|
|||
nullptr);
|
||||
}
|
||||
|
||||
} // namespace plugin
|
||||
} // namespace zeek::plugin
|
||||
|
||||
namespace plugin {
|
||||
template <class T, class C>
|
||||
using ComponentManager [[deprecated("Remove in v4.1. Use zeek::plugin::ComponentManager instead.")]] =
|
||||
zeek::plugin::ComponentManager<T, C>;
|
||||
}
|
||||
|
||||
template <class T, class C>
|
||||
using ComponentManager [[deprecated("Remove in v4.1. Use zeek::plugin::ComponentManager instead.")]] =
|
||||
zeek::plugin::ComponentManager<T, C>;
|
||||
|
||||
} // namespace plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue