]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionWriter.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / mgr / ActionWriter.h
index 6162a16e6cec4dd50df35f66f4855edd1c4f8c0a..27f954f546663ffb77d2d2b66a67712097df128f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -21,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);
 
@@ -30,10 +32,9 @@ protected:
 
 private:
     Action::Pointer action; ///< action that fills the entry
-
-    CBDATA_CLASS2(ActionWriter);
 };
 
 } // namespace Mgr
 
 #endif /* SQUID_MGR_ACTION_WRITER_H */
+