]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Strand.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Strand.h
index 30c7c5442c864d86cd7ea200f455a724e9842a24..32d3ff144098869374d35f568cfc1243a516c00b 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 54    Interprocess Communication
+ * Copyright (C) 1996-2017 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_STRAND_H
 #define SQUID_IPC_STRAND_H
 
@@ -23,6 +26,8 @@ class StrandCoord;
 /// Receives coordination messages on behalf of its process or thread
 class Strand: public Port
 {
+    CBDATA_CLASS(Strand);
+
 public:
     Strand();
 
@@ -48,12 +53,9 @@ private:
 private:
     Strand(const Strand&); // not implemented
     Strand& operator =(const Strand&); // not implemented
-
-    CBDATA_CLASS2(Strand);
 };
 
-
 }
 
-
 #endif /* SQUID_IPC_STRAND_H */
+