Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/BaseDatabaseWrapper.cpp Mon Jan 29 19:19:52 2024 +0100 +++ b/OrthancServer/Sources/Database/BaseDatabaseWrapper.cpp Tue Jan 30 09:16:47 2024 +0100 @@ -43,4 +43,10 @@ { throw OrthancException(ErrorCode_NotImplemented); // Not supported } + + + uint64_t BaseDatabaseWrapper::MeasureLatency() + { + throw OrthancException(ErrorCode_NotImplemented); // only implemented in V4 + } }