comparison OrthancServer/DatabaseWrapper.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 1169528a9a5f
children 9b4977e3c19d
comparison
equal deleted inserted replaced
1217:92ba9c7b431f 1218:efece308018e
78 78
79 bool LookupGlobalProperty(std::string& target, 79 bool LookupGlobalProperty(std::string& target,
80 GlobalProperty property); 80 GlobalProperty property);
81 81
82 std::string GetGlobalProperty(GlobalProperty property, 82 std::string GetGlobalProperty(GlobalProperty property,
83 const std::string& defaultValue = ""); 83 const std::string& defaultValue);
84 84
85 int64_t CreateResource(const std::string& publicId, 85 int64_t CreateResource(const std::string& publicId,
86 ResourceType type); 86 ResourceType type);
87 87
88 bool LookupResource(const std::string& publicId, 88 bool LookupResource(const std::string& publicId,