diff Plugin/CachedAuthorizationService.h @ 113:43154740ea2e

wip: checking labels
author Alain Mazy <am@osimis.io>
date Tue, 05 Sep 2023 12:48:20 +0200
parents 7381a7674b36
children 9be1ee2b8fe1
line wrap: on
line diff
--- a/Plugin/CachedAuthorizationService.h	Thu Aug 31 16:51:15 2023 +0200
+++ b/Plugin/CachedAuthorizationService.h	Tue Sep 05 12:48:20 2023 +0200
@@ -58,8 +58,7 @@
 
     virtual bool HasUserPermissionInternal(unsigned int& validity,
                                            const std::string& permission,
-                                           const Token* token,
-                                           const std::string& tokenValue) ORTHANC_OVERRIDE;
+                                           const UserProfile& profile) ORTHANC_OVERRIDE;
 
 
   public: