comparison OrthancServer/ServerIndex.h @ 1249:40725595aaf0

Plugins can get/set global properties to save their configuration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Dec 2014 10:20:33 +0100
parents 32fcc5dc7562
children b4acdb37e43b
comparison
equal deleted inserted replaced
1248:db753e57934f 1249:40725595aaf0
249 const std::string& publicId); 249 const std::string& publicId);
250 250
251 void DeleteAttachment(const std::string& publicId, 251 void DeleteAttachment(const std::string& publicId,
252 FileContentType type); 252 FileContentType type);
253 253
254 void SetGlobalProperty(GlobalProperty property,
255 const std::string& value);
256
254 std::string GetGlobalProperty(GlobalProperty property, 257 std::string GetGlobalProperty(GlobalProperty property,
255 const std::string& defaultValue); 258 const std::string& defaultValue);
256 }; 259 };
257 } 260 }