diff OrthancServer/Sources/Database/IDatabaseWrapper.h @ 5193:1a878922404b db-protobuf

removed unused IDatabaseWrapper::IsExistingResource()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Mar 2023 16:50:48 +0200
parents fb96f1ffd020
children 055428d92772
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/IDatabaseWrapper.h	Mon Mar 27 10:04:08 2023 +0200
+++ b/OrthancServer/Sources/Database/IDatabaseWrapper.h	Mon Mar 27 16:50:48 2023 +0200
@@ -130,8 +130,6 @@
     
       virtual uint64_t GetTotalUncompressedSize() = 0;
 
-      virtual bool IsExistingResource(int64_t internalId) = 0;
-
       virtual bool IsProtectedPatient(int64_t internalId) = 0;
 
       virtual void ListAvailableAttachments(std::set<FileContentType>& target,