comparison OrthancServer/Sources/OrthancInitialization.cpp @ 4498:7b99e8bb8246

IStorageArea::HasReadRange()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 11:37:13 +0100
parents fa2311f94d9f
children 3badc205cb4c
comparison
equal deleted inserted replaced
4497:10357b2f7150 4498:7b99e8bb8246
393 { 393 {
394 throw OrthancException(ErrorCode_UnknownResource); 394 throw OrthancException(ErrorCode_UnknownResource);
395 } 395 }
396 } 396 }
397 397
398 virtual bool HasReadRange() const ORTHANC_OVERRIDE
399 {
400 return storage_.HasReadRange();
401 }
402
398 virtual void Remove(const std::string& uuid, 403 virtual void Remove(const std::string& uuid,
399 FileContentType type) ORTHANC_OVERRIDE 404 FileContentType type) ORTHANC_OVERRIDE
400 { 405 {
401 if (type != FileContentType_Dicom) 406 if (type != FileContentType_Dicom)
402 { 407 {