diff 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
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp	Sat Mar 16 11:23:02 2024 +0100
+++ b/OrthancServer/Plugins/Samples/DelayedDeletion/Plugin.cpp	Sat Mar 16 11:34:28 2024 +0100
@@ -306,7 +306,7 @@
       return -1;
     }
 
-    OrthancPluginSetDescription(context, "Plugin removing files from storage asynchronously.");
+    OrthancPluginSetDescription2(context, ORTHANC_PLUGIN_NAME, "Plugin removing files from storage asynchronously.");
 
     OrthancPlugins::OrthancConfiguration orthancConfig;