Mercurial > hg > orthanc-object-storage
diff Common/IStoragePlugin.h @ 15:2a02b21f0a19
migration + storage structure
author | Alain Mazy |
---|---|
date | Tue, 01 Sep 2020 13:08:49 +0200 |
parents | fc26a8fc54d5 |
children | 968eb1c78aed |
line wrap: on
line diff
--- a/Common/IStoragePlugin.h Wed Aug 26 12:52:37 2020 +0200 +++ b/Common/IStoragePlugin.h Tue Sep 01 13:08:49 2020 +0200 @@ -70,4 +70,5 @@ virtual IWriter* GetWriterForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled) = 0; virtual IReader* GetReaderForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled) = 0; virtual void DeleteObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled) = 0; + virtual const char* GetConfigurationSectionName() = 0; };