comparison OrthancServer/Sources/ServerIndex.h @ 4640:66109d24d26e

"ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Apr 2021 15:22:44 +0200
parents f7d5372b59b3
children f0038043fb97 7053502fbf97
comparison
equal deleted inserted replaced
4639:c638dd444de0 4640:66109d24d26e
99 99
100 StoreStatus AddAttachment(int64_t& newRevision /*out*/, 100 StoreStatus AddAttachment(int64_t& newRevision /*out*/,
101 const FileInfo& attachment, 101 const FileInfo& attachment,
102 const std::string& publicId, 102 const std::string& publicId,
103 bool hasOldRevision, 103 bool hasOldRevision,
104 int64_t oldRevision); 104 int64_t oldRevision,
105 const std::string& oldMD5);
105 }; 106 };
106 } 107 }