]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/IpcIo/IpcIoIOStrategy.h
Maintenance: Consistent use of C++11 "override" specifier (#1224)
[thirdparty/squid.git] / src / DiskIO / IpcIo / IpcIoIOStrategy.h
index 7ba6b7acb8be142fb5f6098098bfa94270eb2864..b075d82b85ae19e942d9840fd5411d8261ee2cd3 100644 (file)
@@ -14,11 +14,11 @@ class IpcIoIOStrategy : public DiskIOStrategy
 {
 
 public:
-    virtual bool shedLoad();
-    virtual int load();
-    virtual RefCount<DiskFile> newFile(char const *path);
-    virtual bool unlinkdUseful() const;
-    virtual void unlinkFile (char const *);
+    bool shedLoad() override;
+    int load() override;
+    RefCount<DiskFile> newFile(char const *path) override;
+    bool unlinkdUseful() const override;
+    void unlinkFile (char const *) override;
 };
 
 #endif /* SQUID_IPC_IOIOSTRATEGY_H */