diff OrthancServer/Sources/EmbeddedResourceHttpHandler.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/OrthancServer/Sources/EmbeddedResourceHttpHandler.h	Mon Nov 30 16:33:40 2020 +0100
+++ b/OrthancServer/Sources/EmbeddedResourceHttpHandler.h	Tue Dec 01 20:31:04 2020 +0100
@@ -57,7 +57,7 @@
                                             const char* username,
                                             HttpMethod method,
                                             const UriComponents& uri,
-                                            const HttpToolbox::Arguments& headers)
+                                            const HttpToolbox::Arguments& headers) ORTHANC_OVERRIDE
     {
       return false;
     }
@@ -71,6 +71,6 @@
                         const HttpToolbox::Arguments& headers,
                         const HttpToolbox::GetArguments& arguments,
                         const void* /*bodyData*/,
-                        size_t /*bodySize*/);
+                        size_t /*bodySize*/) ORTHANC_OVERRIDE;
   };
 }