comparison OrthancServer/DatabaseWrapper.h @ 1239:92c6b3b57699

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Dec 2014 16:22:18 +0100
parents 6c07108ff1e2
children 62c35e4b67db
comparison
equal deleted inserted replaced
1238:6c07108ff1e2 1239:92c6b3b57699
77 const std::string& value); 77 const std::string& value);
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,
83 const std::string& defaultValue);
84
85 int64_t CreateResource(const std::string& publicId, 82 int64_t CreateResource(const std::string& publicId,
86 ResourceType type); 83 ResourceType type);
87 84
88 bool LookupResource(const std::string& publicId, 85 bool LookupResource(const std::string& publicId,
89 int64_t& id, 86 int64_t& id,