diff OrthancFramework/Sources/FileStorage/FilesystemStorage.h @ 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 7b99e8bb8246
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FilesystemStorage.h	Mon Feb 22 16:51:23 2021 +0100
+++ b/OrthancFramework/Sources/FileStorage/FilesystemStorage.h	Mon Feb 22 18:30:31 2021 +0100
@@ -86,10 +86,7 @@
                                      uint64_t start /* inclusive */,
                                      uint64_t end /* exclusive */) ORTHANC_OVERRIDE;
 
-    virtual bool HasReadRange() const ORTHANC_OVERRIDE
-    {
-      return true;
-    }
+    virtual bool HasReadRange() const ORTHANC_OVERRIDE;
 
     virtual void Remove(const std::string& uuid,
                         FileContentType type) ORTHANC_OVERRIDE;