diff OrthancFramework/Sources/FileStorage/FilesystemStorage.h @ 4200:7112a8af0b63

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents b289a1234822
children 2007ab69ac16
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FilesystemStorage.h	Wed Sep 16 20:28:20 2020 +0200
+++ b/OrthancFramework/Sources/FileStorage/FilesystemStorage.h	Wed Sep 16 20:53:31 2020 +0200
@@ -71,14 +71,14 @@
     virtual void Create(const std::string& uuid,
                         const void* content, 
                         size_t size,
-                        FileContentType type);
+                        FileContentType type) ORTHANC_OVERRIDE;
 
     virtual void Read(std::string& content,
                       const std::string& uuid,
-                      FileContentType type);
+                      FileContentType type) ORTHANC_OVERRIDE;
 
     virtual void Remove(const std::string& uuid,
-                        FileContentType type);
+                        FileContentType type) ORTHANC_OVERRIDE;
 
     void ListAllFiles(std::set<std::string>& result) const;