comparison Plugin/AuthorizationWebService.cpp @ 32:79d871605ffd

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:38:31 +0200
parents c304ffca5d80
children 53dbed29949a
comparison
equal deleted inserted replaced
31:c304ffca5d80 32:79d871605ffd
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 **/ 17 **/
18 18
19 #include "AuthorizationWebService.h" 19 #include "AuthorizationWebService.h"
20 20
21 #include <Core/Logging.h> 21 #include <Logging.h>
22 #include <Plugins/Samples/Common/OrthancPluginCppWrapper.h> 22 #include <OrthancPluginCppWrapper.h>
23 23
24 namespace OrthancPlugins 24 namespace OrthancPlugins
25 { 25 {
26 bool AuthorizationWebService::IsGrantedInternal(unsigned int& validity, 26 bool AuthorizationWebService::IsGrantedInternal(unsigned int& validity,
27 OrthancPluginHttpMethod method, 27 OrthancPluginHttpMethod method,