]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionWriter.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / mgr / ActionWriter.h
index 3b4a2d1398f53fac4974489f9636e472c01df1db..ce8fcd8dc84683dc96fc3bc73d6d3af79dd29461 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 16    Cache Manager API
+ * Copyright (C) 1996-2018 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 16    Cache Manager API */
+
 #ifndef SQUID_MGR_ACTION_WRITER_H
 #define SQUID_MGR_ACTION_WRITER_H
 
@@ -16,6 +21,8 @@ namespace Mgr
 /// Comm-writes it using parent StoreToCommWriter.
 class ActionWriter: public StoreToCommWriter
 {
+    CBDATA_CLASS(ActionWriter);
+
 public:
     ActionWriter(const Action::Pointer &anAction, const Comm::ConnectionPointer &conn);
 
@@ -25,10 +32,9 @@ protected:
 
 private:
     Action::Pointer action; ///< action that fills the entry
-
-    CBDATA_CLASS2(ActionWriter);
 };
 
 } // namespace Mgr
 
 #endif /* SQUID_MGR_ACTION_WRITER_H */
+