]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/Inquirer.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / mgr / Inquirer.h
index 293ebdeb28f6fec5622240b8ec2a4f6579440bd7..85e4a58822f6cf7849394df63bda8b734d73c384 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 16    Cache Manager API
+ * Copyright (C) 1996-2021 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_INQUIRER_H
 #define SQUID_MGR_INQUIRER_H
 
@@ -20,6 +25,8 @@ namespace Mgr
 /// aggregating individual strand responses and dumping the result if needed
 class Inquirer: public Ipc::Inquirer
 {
+    CBDATA_CLASS(Inquirer);
+
 public:
     Inquirer(Action::Pointer anAction, const Request &aCause,
              const Ipc::StrandCoords &coords);
@@ -47,10 +54,9 @@ private:
 
     AsyncCall::Pointer writer; ///< comm_write callback
     AsyncCall::Pointer closer; ///< comm_close handler
-
-    CBDATA_CLASS2(Inquirer);
 };
 
 } // namespace Mgr
 
 #endif /* SQUID_MGR_INQUIRER_H */
+