]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_CommIO.cc
Various link errors in testDiskIO
[thirdparty/squid.git] / src / tests / stub_CommIO.cc
CommitLineData
638b9bab
AJ
1#include "squid.h"
2#include "CommIO.h"
3
4void
5CommIO::ResetNotifications()
6{
7 fatal("Not Implemented");
8}
9
10void
11CommIO::Initialise()
12{
13 fatal("Not Implemented");
14}
15
16void
17CommIO::NotifyIOClose()
18{
19 fatal("Not Implemented");
20}
21
22void
23CommIO::NULLFDHandler(int, void *)
24{
25 fatal("Not Implemented");
26}
27
28void
29CommIO::FlushPipe()
30{
31 fatal("Not Implemented");
32}