Mercurial > hg > orthanc
comparison OrthancServer/ServerContext.cpp @ 942:b3f6fb1130cd
fixes thanks to cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Jun 2014 11:36:41 +0200 |
parents | 84513f2ee1f3 |
children | 8c67382f44a7 |
comparison
equal
deleted
inserted
replaced
941:83489fddd8c5 | 942:b3f6fb1130cd |
---|---|
284 if (e.GetErrorCode() == ErrorCode_InexistentTag) | 284 if (e.GetErrorCode() == ErrorCode_InexistentTag) |
285 { | 285 { |
286 LogMissingRequiredTag(dicomSummary); | 286 LogMissingRequiredTag(dicomSummary); |
287 } | 287 } |
288 | 288 |
289 throw e; | 289 throw; |
290 } | 290 } |
291 } | 291 } |
292 | 292 |
293 | 293 |
294 StoreStatus ServerContext::Store(std::string& resultPublicId, | 294 StoreStatus ServerContext::Store(std::string& resultPublicId, |