]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionCreator.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / mgr / ActionCreator.h
index c4f24610c97c8caf0582dc6257952db9634c06b6..14e0b428ae6558d82a5511e24e7d8d823c1f6341 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 16    Cache Manager API
+ * Copyright (C) 1996-2023 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_CREATOR_H
 #define SQUID_MGR_ACTION_CREATOR_H
 
@@ -22,7 +25,7 @@ class ActionCreator: public RefCountable
 public:
     typedef RefCount<ActionCreator> Pointer;
 
-    virtual ~ActionCreator() {}
+    ~ActionCreator() override {}
 
     /// returns a pointer to the new Action object for cmd; never nil
     virtual ActionPointer create(const CommandPointer &cmd) const = 0;
@@ -31,3 +34,4 @@ public:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_ACTION_CREATOR_H */
+