Move a few low-use classes to namespaces

This commit is contained in:
Tim Wojtulewicz 2020-07-21 16:19:14 -07:00
parent 886fc102b8
commit c9ab1f93e7
53 changed files with 252 additions and 122 deletions

View file

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