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

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