comparison Applications/IBasicApplication.cpp @ 122:e3433dabfb8d wasm

refactoring DicomStructureSet
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Oct 2017 17:25:08 +0200
parents 4c5f7cda8624
children e2fe9352f240
comparison
equal deleted inserted replaced
121:e66b2c757790 122:e3433dabfb8d
202 202
203 { 203 {
204 OrthancPlugins::OrthancHttpConnection orthanc(webService); 204 OrthancPlugins::OrthancHttpConnection orthanc(webService);
205 if (!MessagingToolbox::CheckOrthancVersion(orthanc)) 205 if (!MessagingToolbox::CheckOrthancVersion(orthanc))
206 { 206 {
207 LOG(ERROR) << "Your version of Orthanc is incompatible with Orthanc Stone, please upgrade"; 207 LOG(ERROR) << "Your version of Orthanc is incompatible with Stone of Orthanc, please upgrade";
208 throw Orthanc::OrthancException(Orthanc::ErrorCode_NetworkProtocol); 208 throw Orthanc::OrthancException(Orthanc::ErrorCode_NetworkProtocol);
209 } 209 }
210 } 210 }
211 211
212 212