diff OrthancFramework/Sources/FileStorage/FilesystemStorage.h @ 4498:7b99e8bb8246

IStorageArea::HasReadRange()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 11:37:13 +0100
parents fa2311f94d9f
children f5cb0c0ffbed
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FilesystemStorage.h	Mon Feb 08 18:39:22 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/FilesystemStorage.h	Tue Feb 09 11:37:13 2021 +0100
@@ -86,6 +86,11 @@
                                      uint64_t start /* inclusive */,
                                      uint64_t end /* exclusive */) ORTHANC_OVERRIDE;
 
+    virtual bool HasReadRange() const ORTHANC_OVERRIDE
+    {
+      return true;
+    }
+
     virtual void Remove(const std::string& uuid,
                         FileContentType type) ORTHANC_OVERRIDE;