diff OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.h @ 4335:82652c5fc04f

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2020 20:31:04 +0100
parents a01b1c9cbef4
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.h	Mon Nov 30 16:33:40 2020 +0100
+++ b/OrthancFramework/Sources/HttpServer/FilesystemHttpHandler.h	Tue Dec 01 20:31:04 2020 +0100
@@ -48,7 +48,7 @@
                                             const char* username,
                                             HttpMethod method,
                                             const UriComponents& uri,
-                                            const HttpToolbox::Arguments& headers)
+                                            const HttpToolbox::Arguments& headers) ORTHANC_OVERRIDE
     {
       return false;
     }
@@ -62,7 +62,7 @@
                         const HttpToolbox::Arguments& headers,
                         const HttpToolbox::GetArguments& arguments,
                         const void* /*bodyData*/,
-                        size_t /*bodySize*/);
+                        size_t /*bodySize*/) ORTHANC_OVERRIDE;
 
     bool IsListDirectoryContent() const
     {