comparison Core/WebServiceParameters.h @ 3457:9ea218c90057

merge
author Alain Mazy <alain@mazy.be>
date Wed, 03 Jul 2019 10:31:06 +0200
parents 6fe42a335a80
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3456:ca3ac0f210d6 3457:9ea218c90057
160 } 160 }
161 161
162 void ListUserProperties(std::set<std::string>& target) const; 162 void ListUserProperties(std::set<std::string>& target) const;
163 163
164 bool LookupUserProperty(std::string& value, 164 bool LookupUserProperty(std::string& value,
165 const std::string& key) const; 165 const std::string& key) const;
166
167 bool GetBooleanUserProperty(const std::string& key,
168 bool defaultValue) const;
166 169
167 bool IsAdvancedFormatNeeded() const; 170 bool IsAdvancedFormatNeeded() const;
168 171
169 void Unserialize(const Json::Value& peer); 172 void Unserialize(const Json::Value& peer);
170 173