]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_Port.cc
Merged from parent (trunk r11711, v3.2.0.11+).
[thirdparty/squid.git] / src / tests / stub_Port.cc
1 #include "config.h"
2 #include "ipc/Port.h"
3
4 #define STUB_API "ipc/Port.cc"
5 #include "tests/STUB.h"
6
7 const char Ipc::coordinatorAddr[] = "";
8 const char Ipc::strandAddrPfx[] = "";
9
10 String Ipc::Port::MakeAddr(char const*, int)
11 {
12 STUB
13 return "";
14 }