Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h Mon May 21 09:00:20 2018 +0200 +++ b/Plugins/Engine/OrthancPlugins.h Tue May 22 12:25:37 2018 +0200 @@ -284,7 +284,7 @@ const char* ip, const char* username, const IHttpHandler::Arguments& httpHeaders, - const IHttpHandler::GetArguments& getArguments) const; + const IHttpHandler::GetArguments& getArguments); bool HasFindHandler();