]> git.ipfire.org Git - thirdparty/squid.git/blob - src/comm/forward.h
Merge from trunk
[thirdparty/squid.git] / src / comm / forward.h
1 #ifndef _SQUID_COMM_FORWARD_H
2 #define _SQUID_COMM_FORWARD_H
3
4 #include "Array.h"
5 #include "RefCount.h"
6
7 namespace Comm {
8
9 class Connection;
10
11 typedef RefCount<Comm::Connection> ConnectionPointer;
12
13 typedef Vector<Comm::ConnectionPointer> Paths;
14
15 }; // namespace Comm
16
17 #endif /* _SQUID_COMM_FORWARD_H */