diff Common/IStoragePlugin.h @ 20:968eb1c78aed

Added 'RootPath' configuration
author Alain Mazy
date Mon, 07 Sep 2020 14:12:49 +0200
parents 2a02b21f0a19
children f55b2afdf53d
line wrap: on
line diff
--- a/Common/IStoragePlugin.h	Wed Sep 02 18:15:45 2020 +0200
+++ b/Common/IStoragePlugin.h	Mon Sep 07 14:12:49 2020 +0200
@@ -66,6 +66,7 @@
   };
 
 public:
+  virtual void SetRootPath(const std::string& rootPath) = 0;
 
   virtual IWriter* GetWriterForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled) = 0;
   virtual IReader* GetReaderForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled) = 0;