]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_Port.cc
merge from trunk
[thirdparty/squid.git] / src / tests / stub_Port.cc
1 #include "squid.h"
2 #include "ipc/Port.h"
3
4 #define STUB_API "ipc/Port.cc"
5 #include "tests/STUB.h"
6
7 const char Ipc::strandAddrLabel[] = "-kid";
8
9 String Ipc::Port::MakeAddr(char const*, int) STUB_RETVAL("")
10 String Ipc::Port::CoordinatorAddr() STUB_RETVAL("")