comparison OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp @ 5538:6ce05f8b5b13

deprecating OrthancPluginSetDescription2(), OrthancPluginExtendOrthancExplorer2() and OrthancPluginSetRootUri2()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Mar 2024 11:34:28 +0100
parents 48b8dae6dc77
children 0b18690c1935
comparison
equal deleted inserted replaced
5537:a85e49dcb63e 5538:6ce05f8b5b13
304 ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER); 304 ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER);
305 OrthancPluginLogError(context, info); 305 OrthancPluginLogError(context, info);
306 return -1; 306 return -1;
307 } 307 }
308 308
309 OrthancPluginSetDescription(context, "Plugin removing files from storage asynchronously."); 309 OrthancPluginSetDescription2(context, ORTHANC_PLUGIN_NAME, "Plugin removing files from storage asynchronously.");
310 310
311 OrthancPlugins::OrthancConfiguration orthancConfig; 311 OrthancPlugins::OrthancConfiguration orthancConfig;
312 312
313 if (!orthancConfig.IsSection(DELAYED_DELETION)) 313 if (!orthancConfig.IsSection(DELAYED_DELETION))
314 { 314 {