comparison Plugins/Engine/PluginsEnumerations.cpp @ 4024:1d2b31fc782f more-changes

new 'changes': JobSubmitted, JobSuccess, JobFailure
author Alain Mazy <alain@mazy.be>
date Tue, 09 Jun 2020 12:20:42 +0200
parents a2e4edc7b9aa
children
comparison
equal deleted inserted replaced
4023:cbdf62468d77 4024:1d2b31fc782f
90 } 90 }
91 91
92 92
93 namespace Plugins 93 namespace Plugins
94 { 94 {
95 OrthancPluginChangeType Convert55(ChangeType type) 95 OrthancPluginChangeType Convert(ChangeType type)
96 { 96 {
97 switch (type) 97 switch (type)
98 { 98 {
99 case ChangeType_CompletedSeries: 99 case ChangeType_CompletedSeries:
100 return OrthancPluginChangeType_CompletedSeries; 100 return OrthancPluginChangeType_CompletedSeries;