]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Request.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Request.h
index ca4aa811b0a06f69c31e065c00e11c67aed16813..38c8e07b60392f7e843762217f0ec6d7d0a6e1b0 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * 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.
  */
 
+/* DEBUG: section 54    Interprocess Communication */
+
 #ifndef SQUID_IPC_REQUEST_H
 #define SQUID_IPC_REQUEST_H
 
@@ -20,7 +25,7 @@ public:
 
 public:
     Request(int aRequestorId, unsigned int aRequestId):
-            requestorId(aRequestorId), requestId(aRequestId) {}
+        requestorId(aRequestorId), requestId(aRequestId) {}
 
     virtual void pack(TypedMsgHdr& msg) const = 0; ///< prepare for sendmsg()
     virtual Pointer clone() const = 0; ///< returns a copy of this
@@ -37,3 +42,4 @@ public:
 } // namespace Ipc
 
 #endif /* SQUID_IPC_REQUEST_H */
+