Mercurial > hg > orthanc-object-storage
diff Google/GoogleStoragePlugin.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 | 1bc055199cd2 |
children | 3c7e0374f28e |
line wrap: on
line diff
--- a/Google/GoogleStoragePlugin.cpp Tue Oct 10 15:40:36 2023 +0200 +++ b/Google/GoogleStoragePlugin.cpp Tue Oct 10 16:11:18 2023 +0200 @@ -45,6 +45,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;}; };