Mercurial > hg > orthanc
comparison OrthancServer/Sources/Database/BaseDatabaseWrapper.h @ 5518:bbe45a71f5cd pg-transactions
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 30 Jan 2024 09:16:47 +0100 |
parents | d9c9f3c57f4f |
children | 28cc06e4859a 862b54b4cfe2 f7adfb22e20e |
comparison
equal
deleted
inserted
replaced
5517:0d433132b249 | 5518:bbe45a71f5cd |
---|---|
45 int64_t& seriesCount, | 45 int64_t& seriesCount, |
46 int64_t& instancesCount, | 46 int64_t& instancesCount, |
47 int64_t& compressedSize, | 47 int64_t& compressedSize, |
48 int64_t& uncompressedSize) ORTHANC_OVERRIDE; | 48 int64_t& uncompressedSize) ORTHANC_OVERRIDE; |
49 }; | 49 }; |
50 | |
51 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE; | |
50 }; | 52 }; |
51 } | 53 } |