comparison OrthancServer/ServerIndex.h @ 739:696dbb4fd390

api uniformization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Mar 2014 09:58:20 +0100
parents 6a1dbba0cca7
children 67e6400fca03 b067017a8a5b
comparison
equal deleted inserted replaced
738:c60743fadd4e 739:696dbb4fd390
178 178
179 bool LookupMetadata(std::string& target, 179 bool LookupMetadata(std::string& target,
180 const std::string& publicId, 180 const std::string& publicId,
181 MetadataType type); 181 MetadataType type);
182 182
183 bool ListAvailableMetadata(std::list<MetadataType>& target, 183 void ListAvailableMetadata(std::list<MetadataType>& target,
184 const std::string& publicId); 184 const std::string& publicId);
185 185
186 void ListAvailableAttachments(std::list<FileContentType>& target, 186 void ListAvailableAttachments(std::list<FileContentType>& target,
187 const std::string& publicId, 187 const std::string& publicId,
188 ResourceType expectedType); 188 ResourceType expectedType);