Mercurial > hg > orthanc
diff Core/RestApi/RestApiHierarchy.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 | b1291df2f780 |
line wrap: on
line diff
--- a/Core/RestApi/RestApiHierarchy.h Wed Jul 01 10:18:26 2015 +0200 +++ b/Core/RestApi/RestApiHierarchy.h Wed Jul 01 10:38:39 2015 +0200 @@ -98,7 +98,7 @@ virtual bool Visit(const Resource& resource, const UriComponents& uri, - const HttpHandler::Arguments& components, + const IHttpHandler::Arguments& components, const UriComponents& trailing) = 0; }; @@ -123,7 +123,7 @@ bool CanGenerateDirectory() const; - bool LookupResource(HttpHandler::Arguments& components, + bool LookupResource(IHttpHandler::Arguments& components, const UriComponents& uri, IVisitor& visitor, size_t level);