diff 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
line wrap: on
line diff
--- a/Core/WebServiceParameters.h	Wed Jul 03 10:28:17 2019 +0200
+++ b/Core/WebServiceParameters.h	Wed Jul 03 10:31:06 2019 +0200
@@ -162,7 +162,10 @@
     void ListUserProperties(std::set<std::string>& target) const; 
 
     bool LookupUserProperty(std::string& value,
-                            const std::string& key) const; 
+                            const std::string& key) const;
+
+    bool GetBooleanUserProperty(const std::string& key,
+                                bool defaultValue) const;
 
     bool IsAdvancedFormatNeeded() const;