diff OrthancFramework/Sources/RestApi/RestApiPutCall.h @ 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 4d42408da117
children 3af1d763763a
line wrap: on
line diff
--- a/OrthancFramework/Sources/RestApi/RestApiPutCall.h	Wed Nov 25 13:46:49 2020 +0100
+++ b/OrthancFramework/Sources/RestApi/RestApiPutCall.h	Wed Nov 25 14:39:10 2020 +0100
@@ -40,8 +40,8 @@
                    RequestOrigin origin,
                    const char* remoteIp,
                    const char* username,
-                   const IHttpHandler::Arguments& httpHeaders,
-                   const IHttpHandler::Arguments& uriComponents,
+                   const HttpToolbox::Arguments& httpHeaders,
+                   const HttpToolbox::Arguments& uriComponents,
                    const UriComponents& trailing,
                    const UriComponents& fullUri,
                    const void* bodyData,