comparison OrthancFramework/Sources/DicomFormat/StreamBlockReader.cpp @ 4296:3b70a2e6a06c

moving inline methods to source files for ABI compatibility
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 15:52:28 +0100
parents 92a21efa5c96
children 785a2713323e
comparison
equal deleted inserted replaced
4295:90f91b78d708 4296:3b70a2e6a06c
83 block.swap(block_); 83 block.swap(block_);
84 block_.clear(); 84 block_.clear();
85 return true; 85 return true;
86 } 86 }
87 } 87 }
88
89 uint64_t Orthanc::StreamBlockReader::GetProcessedBytes() const
90 {
91 return processedBytes_;
92 }
88 } 93 }