diff OrthancFramework/Sources/HttpServer/HttpFileSender.h @ 4199:fbc49a65340a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:28:20 +0200
parents bf7b9edf6b81
children 2007ab69ac16
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/HttpFileSender.h	Wed Sep 16 18:13:13 2020 +0200
+++ b/OrthancFramework/Sources/HttpServer/HttpFileSender.h	Wed Sep 16 20:28:20 2020 +0200
@@ -61,13 +61,13 @@
      **/
 
     virtual HttpCompression SetupHttpCompression(bool /*gzipAllowed*/, 
-                                                 bool /*deflateAllowed*/)
+                                                 bool /*deflateAllowed*/) ORTHANC_OVERRIDE
     {
       return HttpCompression_None;
     }
 
-    virtual bool HasContentFilename(std::string& filename);
+    virtual bool HasContentFilename(std::string& filename) ORTHANC_OVERRIDE;
     
-    virtual std::string GetContentType();
+    virtual std::string GetContentType() ORTHANC_OVERRIDE;
   };
 }