Mercurial > hg > orthanc
comparison OrthancServer/Sources/Database/BaseDatabaseWrapper.cpp @ 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 |
---|---|
41 int64_t& compressedSize, | 41 int64_t& compressedSize, |
42 int64_t& uncompressedSize) | 42 int64_t& uncompressedSize) |
43 { | 43 { |
44 throw OrthancException(ErrorCode_NotImplemented); // Not supported | 44 throw OrthancException(ErrorCode_NotImplemented); // Not supported |
45 } | 45 } |
46 | |
47 | |
48 uint64_t BaseDatabaseWrapper::MeasureLatency() | |
49 { | |
50 throw OrthancException(ErrorCode_NotImplemented); // only implemented in V4 | |
51 } | |
46 } | 52 } |