comparison OrthancServer/ServerIndex.h @ 1218:efece308018e

report database version in /system
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Nov 2014 15:58:13 +0100
parents 5b2d8c280ac2
children 0f3716b88af7
comparison
equal deleted inserted replaced
1217:92ba9c7b431f 1218:efece308018e
232 StoreStatus AddAttachment(const FileInfo& attachment, 232 StoreStatus AddAttachment(const FileInfo& attachment,
233 const std::string& publicId); 233 const std::string& publicId);
234 234
235 void DeleteAttachment(const std::string& publicId, 235 void DeleteAttachment(const std::string& publicId,
236 FileContentType type); 236 FileContentType type);
237
238 std::string GetGlobalProperty(GlobalProperty property,
239 const std::string& defaultValue);
237 }; 240 };
238 } 241 }