comparison Resources/Orthanc/Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 88:7dffa59c498d

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Dec 2016 17:02:32 +0100
parents 319b8c45c231
children ff0ef01c332c
comparison
equal deleted inserted replaced
87:3d83d34cd4db 88:7dffa59c498d
445 try 445 try
446 { 446 {
447 Callback(output, url, request); 447 Callback(output, url, request);
448 return OrthancPluginErrorCode_Success; 448 return OrthancPluginErrorCode_Success;
449 } 449 }
450 catch (ORTHANC_PLUGINS_GET_EXCEPTION_CLASS& e) 450 catch (ORTHANC_PLUGINS_EXCEPTION_CLASS& e)
451 { 451 {
452 return static_cast<OrthancPluginErrorCode>(e.GetErrorCode()); 452 return static_cast<OrthancPluginErrorCode>(e.GetErrorCode());
453 } 453 }
454 catch (boost::bad_lexical_cast&) 454 catch (boost::bad_lexical_cast&)
455 { 455 {