]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_StoreMeta.cc
Merged from trunk 13172.
[thirdparty/squid.git] / src / tests / stub_StoreMeta.cc
1 #include "squid.h"
2
3 #define STUB_API "StoreMeta.cc"
4 #include "tests/STUB.h"
5
6 #include "StoreMeta.h"
7
8 bool StoreMeta::validType(char) STUB_RETVAL(false)
9 bool StoreMeta::validLength(int) const STUB_RETVAL(false)
10 StoreMeta * StoreMeta::Factory (char, size_t, void const *) STUB_RETVAL(NULL)
11 void StoreMeta::FreeList(StoreMeta **) STUB
12 StoreMeta ** StoreMeta::Add(StoreMeta **, StoreMeta *) STUB_RETVAL(NULL)
13 bool StoreMeta::checkConsistency(StoreEntry *) const STUB_RETVAL(false)
14