comparison OrthancServer/ServerIndex.h @ 233:c11273198cef

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 14:30:05 +0100
parents 5368bbe813cf
children 16a4ac70bd8a
comparison
equal deleted inserted replaced
232:5368bbe813cf 233:c11273198cef
87 const std::string& publicId, 87 const std::string& publicId,
88 ResourceType expectedType); 88 ResourceType expectedType);
89 89
90 bool LookupAttachment(FileInfo& attachment, 90 bool LookupAttachment(FileInfo& attachment,
91 const std::string& instanceUuid, 91 const std::string& instanceUuid,
92 FileType contentType); 92 FileContentType contentType);
93 93
94 void GetAllUuids(Json::Value& target, 94 void GetAllUuids(Json::Value& target,
95 ResourceType resourceType); 95 ResourceType resourceType);
96 96
97 bool DeleteResource(Json::Value& target, 97 bool DeleteResource(Json::Value& target,