comparison OrthancServer/ServerContext.cpp @ 943:3fb427ac3f53 plugins

integration mainline -> plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 11:40:41 +0200
parents b3f6fb1130cd
children 8c67382f44a7
comparison
equal deleted inserted replaced
939:ac42ca61eee6 943:3fb427ac3f53
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,