view OrthancServer/Plugins/Samples/Common/VersionScriptPlugins.map @ 6148:933a549de31f

delayed deletion plugin: add an index to speed up performance
author Alain Mazy <am@orthanc.team>
date Mon, 02 Jun 2025 11:31:00 +0200
parents bf1a17f12306
children
line wrap: on
line source

# This is a version-script for Orthanc plugins

{
global:
  OrthancPluginInitialize;
  OrthancPluginFinalize;
  OrthancPluginGetName;
  OrthancPluginGetVersion;

local:
  *;
};