comparison OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h @ 4204:318c16cfccab

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 16:18:01 +0200
parents 05b8fd21089c
children a01b1c9cbef4
comparison
equal deleted inserted replaced
4203:4d42408da117 4204:318c16cfccab
73 static void ResetOrthanc(RestApiPostCall& call); 73 static void ResetOrthanc(RestApiPostCall& call);
74 74
75 static void ShutdownOrthanc(RestApiPostCall& call); 75 static void ShutdownOrthanc(RestApiPostCall& call);
76 76
77 public: 77 public:
78 OrthancRestApi(ServerContext& context); 78 explicit OrthancRestApi(ServerContext& context);
79 79
80 virtual bool Handle(HttpOutput& output, 80 virtual bool Handle(HttpOutput& output,
81 RequestOrigin origin, 81 RequestOrigin origin,
82 const char* remoteIp, 82 const char* remoteIp,
83 const char* username, 83 const char* username,