]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_StatHist.cc
Merged from trunk
[thirdparty/squid.git] / src / tests / stub_StatHist.cc
1 #include "config.h"
2 #include "STUB.h"
3 #include "StatHist.h"
4
5 #define STUB_API "StatHist.cc"
6
7 void
8 StatHist::init(int capacity_, hbase_f * val_in_, hbase_f * val_out_, double min_, double max_)
9 {}
10
11 StatHist::~StatHist()
12 {}
13
14 void
15 StatHist::enumInit(int last_enum)
16 {}
17
18 void
19 StatHist::count(double val)
20 {}
21
22 void
23 StatHist::dump(StoreEntry * sentry, StatHistBinDumper * bd) const
24 {}