diff OrthancServer/Sources/main.cpp @ 4330:a01b1c9cbef4

moving generic type definitions from IHttpHandler to HttpToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Nov 2020 14:39:10 +0100
parents 7e05ad57d7a1
children e1e918e790e8
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Wed Nov 25 13:46:49 2020 +0100
+++ b/OrthancServer/Sources/main.cpp	Wed Nov 25 14:39:10 2020 +0100
@@ -469,8 +469,8 @@
                          const char* uri,
                          const char* ip,
                          const char* username,
-                         const IHttpHandler::Arguments& httpHeaders,
-                         const IHttpHandler::GetArguments& getArguments) ORTHANC_OVERRIDE
+                         const HttpToolbox::Arguments& httpHeaders,
+                         const HttpToolbox::GetArguments& getArguments) ORTHANC_OVERRIDE
   {
 #if ORTHANC_ENABLE_PLUGINS == 1
     if (plugins_ != NULL &&