Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 2616:2f3007bf0708 jobs
event queues in Lua, serialization of sequence of operations
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 May 2018 12:25:37 +0200 |
parents | 878b59270859 |
children | 6e3a60b85da6 |
comparison
equal
deleted
inserted
replaced
2614:3200223f9ade | 2616:2f3007bf0708 |
---|---|
282 virtual bool IsAllowed(HttpMethod method, | 282 virtual bool IsAllowed(HttpMethod method, |
283 const char* uri, | 283 const char* uri, |
284 const char* ip, | 284 const char* ip, |
285 const char* username, | 285 const char* username, |
286 const IHttpHandler::Arguments& httpHeaders, | 286 const IHttpHandler::Arguments& httpHeaders, |
287 const IHttpHandler::GetArguments& getArguments) const; | 287 const IHttpHandler::GetArguments& getArguments); |
288 | 288 |
289 bool HasFindHandler(); | 289 bool HasFindHandler(); |
290 | 290 |
291 virtual IFindRequestHandler* ConstructFindRequestHandler(); | 291 virtual IFindRequestHandler* ConstructFindRequestHandler(); |
292 | 292 |