diff OrthancServer/Sources/ServerEnumerations.h @ 5058:d4e5ca0c9307

Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0)
author Alain Mazy <am@osimis.io>
date Wed, 03 Aug 2022 10:49:50 +0200
parents 877bc3b96476
children e95fadefeb72
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Tue Aug 02 11:38:31 2022 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.h	Wed Aug 03 10:49:50 2022 +0200
@@ -217,6 +217,10 @@
 
   FindStorageAccessMode StringToFindStorageAccessMode(const std::string& str);
 
+  bool IsStorageAccessAllowedForAnswers(FindStorageAccessMode mode);
+
+  bool IsStorageAccessAllowedForLookup(FindStorageAccessMode mode);
+
   BuiltinDecoderTranscoderOrder StringToBuiltinDecoderTranscoderOrder(const std::string& str);
 
   Verbosity StringToVerbosity(const std::string& str);