]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / comm / forward.h
index caa4e2c6b8ed1a096cd303a4f311de71d4dc5a57..0e9d256d7c4b32ce7dbe0462ffff1f41bb7cb49b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef _SQUID_COMM_FORWARD_H
 #define _SQUID_COMM_FORWARD_H
 
 
 #include <vector>
 
+/// Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets.
 namespace Comm
 {
 
 class Connection;
+class ConnOpener;
 
 typedef RefCount<Comm::Connection> ConnectionPointer;
 
@@ -19,3 +29,4 @@ bool IsConnOpen(const Comm::ConnectionPointer &conn);
 }; // namespace Comm
 
 #endif /* _SQUID_COMM_FORWARD_H */
+