diff Azure/AzureBlobStoragePlugin.cpp @ 111:407bd022b0cf

in /move-storage: now detecting if file should be moved or not
author Alain Mazy <am@osimis.io>
date Tue, 10 Oct 2023 16:11:18 +0200
parents f4e05641c108
children 3c7e0374f28e
line wrap: on
line diff
--- a/Azure/AzureBlobStoragePlugin.cpp	Tue Oct 10 15:40:36 2023 +0200
+++ b/Azure/AzureBlobStoragePlugin.cpp	Tue Oct 10 16:11:18 2023 +0200
@@ -46,6 +46,7 @@
   virtual IWriter* GetWriterForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
   virtual IReader* GetReaderForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
   virtual void DeleteObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
+  virtual bool HasFileExists() {return false;};
 };