comparison OrthancServer/DatabaseWrapper.h @ 1238:6c07108ff1e2

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Dec 2014 16:14:57 +0100
parents 0f3716b88af7
children 92c6b3b57699
comparison
equal deleted inserted replaced
1237:0f3716b88af7 1238:6c07108ff1e2
116 MetadataType type); 116 MetadataType type);
117 117
118 void ListAvailableMetadata(std::list<MetadataType>& target, 118 void ListAvailableMetadata(std::list<MetadataType>& target,
119 int64_t id); 119 int64_t id);
120 120
121 std::string GetMetadata(int64_t id,
122 MetadataType type,
123 const std::string& defaultValue);
124
125 void AddAttachment(int64_t id, 121 void AddAttachment(int64_t id,
126 const FileInfo& attachment); 122 const FileInfo& attachment);
127 123
128 void DeleteAttachment(int64_t id, 124 void DeleteAttachment(int64_t id,
129 FileContentType attachment); 125 FileContentType attachment);