Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.cpp @ 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 | 4dcafa8d6633 |
children | c691fcf66071 |
comparison
equal
deleted
inserted
replaced
2614:3200223f9ade | 2616:2f3007bf0708 |
---|---|
3113 bool OrthancPlugins::IsAllowed(HttpMethod method, | 3113 bool OrthancPlugins::IsAllowed(HttpMethod method, |
3114 const char* uri, | 3114 const char* uri, |
3115 const char* ip, | 3115 const char* ip, |
3116 const char* username, | 3116 const char* username, |
3117 const IHttpHandler::Arguments& httpHeaders, | 3117 const IHttpHandler::Arguments& httpHeaders, |
3118 const IHttpHandler::GetArguments& getArguments) const | 3118 const IHttpHandler::GetArguments& getArguments) |
3119 { | 3119 { |
3120 OrthancPluginHttpMethod cMethod = Plugins::Convert(method); | 3120 OrthancPluginHttpMethod cMethod = Plugins::Convert(method); |
3121 | 3121 |
3122 std::vector<const char*> httpKeys(httpHeaders.size()); | 3122 std::vector<const char*> httpKeys(httpHeaders.size()); |
3123 std::vector<const char*> httpValues(httpHeaders.size()); | 3123 std::vector<const char*> httpValues(httpHeaders.size()); |