Mercurial > hg > orthanc
comparison OrthancFramework/Sources/RestApi/RestApiGetCall.h @ 4203:4d42408da117
improving const-correctness in ParsedDicomFile
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Sep 2020 15:01:31 +0200 |
parents | bf7b9edf6b81 |
children | a01b1c9cbef4 |
comparison
equal
deleted
inserted
replaced
4202:2007ab69ac16 | 4203:4d42408da117 |
---|---|
59 bool HasArgument(const std::string& name) const | 59 bool HasArgument(const std::string& name) const |
60 { | 60 { |
61 return getArguments_.find(name) != getArguments_.end(); | 61 return getArguments_.find(name) != getArguments_.end(); |
62 } | 62 } |
63 | 63 |
64 virtual bool ParseJsonRequest(Json::Value& result) const; | 64 virtual bool ParseJsonRequest(Json::Value& result) const ORTHANC_OVERRIDE; |
65 }; | 65 }; |
66 } | 66 } |