mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move a few low-use classes to namespaces
This commit is contained in:
parent
886fc102b8
commit
c9ab1f93e7
53 changed files with 252 additions and 122 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(EntropyVal, zeek);
|
||||
|
||||
namespace zeek::detail {
|
||||
|
||||
class RandTest {
|
||||
public:
|
||||
RandTest();
|
||||
|
@ -29,3 +31,5 @@ private:
|
|||
double cexp, montex, montey, montepi,
|
||||
sccu0, scclast, scct1, scct2, scct3;
|
||||
};
|
||||
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue