comparison Plugins/Engine/PluginsEnumerations.cpp @ 4022:a2e4edc7b9aa more-changes

wip: adding job changes
author Alain Mazy <alain@mazy.be>
date Tue, 09 Jun 2020 08:46:52 +0200
parents d8371b4302ff
children 1d2b31fc782f
comparison
equal deleted inserted replaced
4013:1e9f6d706237 4022:a2e4edc7b9aa
90 } 90 }
91 91
92 92
93 namespace Plugins 93 namespace Plugins
94 { 94 {
95 OrthancPluginChangeType Convert(ChangeType type) 95 OrthancPluginChangeType Convert55(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;