Mercurial > hg > orthanc
diff Core/RestApi/RestApiDeleteCall.h @ 1441:f3672356c121
refactoring: IHttpHandler and HttpToolbox
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 01 Jul 2015 10:38:39 +0200 |
parents | 6e7e5ed91c2d |
children | 3232f1c995a5 |
line wrap: on
line diff
--- a/Core/RestApi/RestApiDeleteCall.h Wed Jul 01 10:18:26 2015 +0200 +++ b/Core/RestApi/RestApiDeleteCall.h Wed Jul 01 10:38:39 2015 +0200 @@ -43,8 +43,8 @@ RestApiDeleteCall(RestApiOutput& output, RestApi& context, - const HttpHandler::Arguments& httpHeaders, - const HttpHandler::Arguments& uriComponents, + const IHttpHandler::Arguments& httpHeaders, + const IHttpHandler::Arguments& uriComponents, const UriComponents& trailing, const UriComponents& fullUri) : RestApiCall(output, context, httpHeaders, uriComponents, trailing, fullUri)