comparison 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
comparison
equal deleted inserted replaced
5192:af66a8e93ccf 5193:1a878922404b
128 128
129 virtual uint64_t GetTotalCompressedSize() = 0; 129 virtual uint64_t GetTotalCompressedSize() = 0;
130 130
131 virtual uint64_t GetTotalUncompressedSize() = 0; 131 virtual uint64_t GetTotalUncompressedSize() = 0;
132 132
133 virtual bool IsExistingResource(int64_t internalId) = 0;
134
135 virtual bool IsProtectedPatient(int64_t internalId) = 0; 133 virtual bool IsProtectedPatient(int64_t internalId) = 0;
136 134
137 virtual void ListAvailableAttachments(std::set<FileContentType>& target, 135 virtual void ListAvailableAttachments(std::set<FileContentType>& target,
138 int64_t id) = 0; 136 int64_t id) = 0;
139 137