]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/DiskDaemon/DiskdIOStrategy.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / DiskIO / DiskDaemon / DiskdIOStrategy.h
index 2028754e59e5c433fdad52ce67773d3407949e0b..31cb6361526ccfcaa7321f42a4e540002f1dc86c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * 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.
@@ -44,16 +44,16 @@ class DiskdIOStrategy : public DiskIOStrategy
 
 public:
     DiskdIOStrategy();
-    virtual bool shedLoad();
-    virtual int load();
-    virtual RefCount<DiskFile> newFile(char const *path);
-    virtual bool unlinkdUseful() const;
-    virtual void unlinkFile (char const *);
-    virtual ConfigOption *getOptionTree() const;
-    virtual void init();
-    virtual void sync();
-    virtual int callback();
-    virtual void statfs(StoreEntry & sentry) const;
+    bool shedLoad() override;
+    int load() override;
+    RefCount<DiskFile> newFile(char const *path) override;
+    bool unlinkdUseful() const override;
+    void unlinkFile (char const *) override;
+    ConfigOption *getOptionTree() const override;
+    void init() override;
+    void sync() override;
+    int callback() override;
+    void statfs(StoreEntry & sentry) const override;
     int send(int mtype, int id, DiskdFile *theFile, size_t size, off_t offset, ssize_t shm_offset, Lock *requestor);
 
     /** public for accessing return address's */