diff Common/BaseStoragePlugin.h @ 70:16e419fe80c5

Google & Azure: Added the "EnableLegacyUnknownFiles" configuration option
author Alain Mazy <am@osimis.io>
date Mon, 06 Sep 2021 14:21:56 +0200
parents c4f56973a279
children 80792bb9600e
line wrap: on
line diff
--- a/Common/BaseStoragePlugin.h	Fri Jul 09 15:40:07 2021 +0200
+++ b/Common/BaseStoragePlugin.h	Mon Sep 06 14:21:56 2021 +0200
@@ -43,5 +43,5 @@
   static std::string GetPath(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled, bool legacyFileStructure, const std::string& rootFolder);
   static std::string GetOrthancFileSystemPath(const std::string& uuid, const std::string& fileSystemRootPath);
 
-  static bool ReadCommonConfiguration(bool& enableLegacyStorageStructure, const OrthancPlugins::OrthancConfiguration& pluginSection);
+  static bool ReadCommonConfiguration(bool& enableLegacyStorageStructure, bool& storageContainsUnknownFiles, const OrthancPlugins::OrthancConfiguration& pluginSection);
 };