diff Core/WebServiceParameters.h @ 2669:eaf10085ffa1 jobs

no passwords in public content of jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 09 Jun 2018 14:15:32 +0200
parents c196d76cb8fa
children d67298eec14e
line wrap: on
line diff
--- a/Core/WebServiceParameters.h	Fri Jun 08 18:08:48 2018 +0200
+++ b/Core/WebServiceParameters.h	Sat Jun 09 14:15:32 2018 +0200
@@ -128,7 +128,8 @@
 
     void FromJson(const Json::Value& peer);
 
-    void ToJson(Json::Value& value) const;
+    void ToJson(Json::Value& value,
+                bool includePasswords) const;
 
     void Serialize(Json::Value& target) const;
   };