Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi/OrthancRestApi.h @ 2970:eea66afed0db
remove redundancies
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Dec 2018 10:10:58 +0100 |
parents | 10c610e80b15 |
children | cb5d75143da0 |
comparison
equal
deleted
inserted
replaced
2969:2c16c29b287d | 2970:eea66afed0db |
---|---|
104 StoreStatus status) const; | 104 StoreStatus status) const; |
105 | 105 |
106 static bool IsSynchronousJobRequest(bool isDefaultSynchronous, | 106 static bool IsSynchronousJobRequest(bool isDefaultSynchronous, |
107 const Json::Value& body); | 107 const Json::Value& body); |
108 | 108 |
109 static unsigned int GetJobRequestPriority(const Json::Value& body); | |
110 | |
109 void SubmitGenericJob(RestApiPostCall& call, | 111 void SubmitGenericJob(RestApiPostCall& call, |
110 IJob* job, | 112 IJob* job, |
111 bool isDefaultSynchronous, | 113 bool isDefaultSynchronous, |
112 const Json::Value& body) const; | 114 const Json::Value& body) const; |
113 | 115 |