Mercurial > hg > orthanc
comparison OrthancServer/ServerIndex.h @ 702:7592a48e97e4
delete custom attachment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Feb 2014 17:28:17 +0100 |
parents | 2929e17f8447 |
children | 6a1dbba0cca7 |
comparison
equal
deleted
inserted
replaced
701:f9052558eada | 702:7592a48e97e4 |
---|---|
219 const std::string& value); | 219 const std::string& value); |
220 | 220 |
221 StoreStatus AddAttachment(const FileInfo& attachment, | 221 StoreStatus AddAttachment(const FileInfo& attachment, |
222 const std::string& publicId); | 222 const std::string& publicId); |
223 | 223 |
224 void DeleteAttachment(const std::string& publicId, | |
225 FileContentType type); | |
224 }; | 226 }; |
225 } | 227 } |