]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionWriter.h
Merge from trunk rev.13687
[thirdparty/squid.git] / src / mgr / ActionWriter.h
index 6162a16e6cec4dd50df35f66f4855edd1c4f8c0a..a41b8ae0a5c61e80f999880d58a4780afb8f3a26 100644 (file)
@@ -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,8 +32,6 @@ protected:
 
 private:
     Action::Pointer action; ///< action that fills the entry
-
-    CBDATA_CLASS2(ActionWriter);
 };
 
 } // namespace Mgr