X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_limit.hpp;h=2b448930a4e4757d2ae988573f18318fb5d58ac3;hb=4cd9e521c5e96e3fcc5dcec6192571b54a1351c4;hp=3b5fd576416f3ea9bd0b0fe91989a48e12756466;hpb=ddc156360c0c46ef669accde05fea1106cc6b244;p=metaproxy-moved-to-github.git diff --git a/src/filter_limit.hpp b/src/filter_limit.hpp index 3b5fd57..2b44893 100644 --- a/src/filter_limit.hpp +++ b/src/filter_limit.hpp @@ -42,18 +42,6 @@ extern "C" { extern struct metaproxy_1_filter_struct metaproxy_1_filter_limit; } -class Yaz_bw { - public: - Yaz_bw(int sz); - ~Yaz_bw(); - void add_bytes(int m); - int get_total(); - private: - long m_sec; // time of most recent bucket - int *m_bucket; - int m_ptr; - int m_size; -}; #endif /*