comparison Core/WebServiceParameters.h @ 3192:595bfee4391a

URI "/peers?expand" provides more information
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Feb 2019 06:44:36 +0100
parents 4e43e67f8ecf
children 6fe42a335a80
comparison
equal deleted inserted replaced
3191:20826867141f 3192:595bfee4391a
173 bool includePasswords) const; 173 bool includePasswords) const;
174 174
175 #if ORTHANC_SANDBOXED == 0 175 #if ORTHANC_SANDBOXED == 0
176 void CheckClientCertificate() const; 176 void CheckClientCertificate() const;
177 #endif 177 #endif
178
179 void FormatPublic(Json::Value& target) const;
178 }; 180 };
179 } 181 }