diff OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp @ 4520:f5cb0c0ffbed

added unit test OrthancFramework.SizeOf to dump sizeof all the public classes in the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Feb 2021 18:30:31 +0100
parents cff7fdfc83a4
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp	Mon Feb 22 16:51:23 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp	Mon Feb 22 18:30:31 2021 +0100
@@ -183,6 +183,12 @@
   }
 
 
+  bool FilesystemStorage::HasReadRange() const
+  {
+    return true;
+  }
+
+
   uintmax_t FilesystemStorage::GetSize(const std::string& uuid) const
   {
     boost::filesystem::path path = GetPath(uuid);