comparison 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
comparison
equal deleted inserted replaced
110:37a4b8e2577f 111:407bd022b0cf
43 ); 43 );
44 44
45 virtual IWriter* GetWriterForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled); 45 virtual IWriter* GetWriterForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
46 virtual IReader* GetReaderForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled); 46 virtual IReader* GetReaderForObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
47 virtual void DeleteObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled); 47 virtual void DeleteObject(const char* uuid, OrthancPluginContentType type, bool encryptionEnabled);
48 virtual bool HasFileExists() {return false;};
48 }; 49 };
49 50
50 51
51 class Writer : public IStorage::IWriter 52 class Writer : public IStorage::IWriter
52 { 53 {