#ifndef _SQUID_COMM_FORWARD_H #define _SQUID_COMM_FORWARD_H #include "Array.h" #include "RefCount.h" namespace Comm { class Connection; typedef RefCount ConnectionPointer; typedef Vector ConnectionList; bool IsConnOpen(const Comm::ConnectionPointer &conn); }; // namespace Comm #endif /* _SQUID_COMM_FORWARD_H */