comparison 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
comparison
equal deleted inserted replaced
2668:d26dd081df97 2669:eaf10085ffa1
126 return pkcs11Enabled_; 126 return pkcs11Enabled_;
127 } 127 }
128 128
129 void FromJson(const Json::Value& peer); 129 void FromJson(const Json::Value& peer);
130 130
131 void ToJson(Json::Value& value) const; 131 void ToJson(Json::Value& value,
132 bool includePasswords) const;
132 133
133 void Serialize(Json::Value& target) const; 134 void Serialize(Json::Value& target) const;
134 }; 135 };
135 } 136 }