mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Move iosource code to zeek namespaces
This commit is contained in:
parent
45b5c6e619
commit
be92bd536f
35 changed files with 180 additions and 136 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace iosource {
|
||||
namespace zeek::iosource {
|
||||
|
||||
/**
|
||||
* Interface class for components providing/consuming data inside Bro's main
|
||||
|
@ -86,4 +86,8 @@ private:
|
|||
bool closed;
|
||||
};
|
||||
|
||||
} // namespace zeek::iosource
|
||||
|
||||
namespace iosource {
|
||||
using IOSource [[deprecated("Remove in v4.1. Use zeek::iosource::IOSource.")]] = zeek::iosource::IOSource;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue