Mercurial > hg > orthanc
comparison Plugins/Samples/Common/OrthancPluginCppWrapper.cpp @ 2822:a0b729ac0549
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Sep 2018 12:08:49 +0200 |
parents | 473bf302d629 |
children | 807169f85ba9 |
comparison
equal
deleted
inserted
replaced
2821:13adab9220b5 | 2822:a0b729ac0549 |
---|---|
1703 | 1703 |
1704 try | 1704 try |
1705 { | 1705 { |
1706 return reinterpret_cast<OrthancJob*>(job)->Step(); | 1706 return reinterpret_cast<OrthancJob*>(job)->Step(); |
1707 } | 1707 } |
1708 catch (ORTHANC_PLUGINS_EXCEPTION_CLASS& e) | 1708 catch (ORTHANC_PLUGINS_EXCEPTION_CLASS&) |
1709 { | 1709 { |
1710 return OrthancPluginJobStepStatus_Failure; | 1710 return OrthancPluginJobStepStatus_Failure; |
1711 } | 1711 } |
1712 catch (...) | 1712 catch (...) |
1713 { | 1713 { |