]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Strand.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / ipc / Strand.h
index bf41bbd4a0b25f512c1cf429214270fd54f87c4c..c6392494d1e179fa172eef3131ce48052e927fbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -26,6 +26,8 @@ class StrandCoord;
 /// Receives coordination messages on behalf of its process or thread
 class Strand: public Port
 {
+    CBDATA_CLASS(Strand);
+
 public:
     Strand();
 
@@ -51,10 +53,9 @@ private:
 private:
     Strand(const Strand&); // not implemented
     Strand& operator =(const Strand&); // not implemented
-
-    CBDATA_CLASS2(Strand);
 };
 
 }
 
 #endif /* SQUID_IPC_STRAND_H */
+