diff OrthancServer/Sources/OrthancRestApi/OrthancRestResources.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 0923247e69f6
children 80fd140b12ba
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Wed Nov 25 13:46:49 2020 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Wed Nov 25 14:39:10 2020 +0100
@@ -261,7 +261,7 @@
 
     std::string publicId = call.GetUriComponent("id", "");
 
-    IHttpHandler::Arguments::const_iterator accept = call.GetHttpHeaders().find("accept");
+    HttpToolbox::Arguments::const_iterator accept = call.GetHttpHeaders().find("accept");
     if (accept != call.GetHttpHeaders().end())
     {
       // New in Orthanc 1.5.4