view Plugins/Samples/Common/VersionScript.map @ 3471:1fdbe5885783

fix unit tests: removed \r from the expected string since we removed it when generating the log line
author Alain Mazy <alain@mazy.be>
date Thu, 11 Jul 2019 13:29:50 +0200
parents 92da9e1c2daa
children
line wrap: on
line source

# This is a version-script for Orthanc plugins

{
global:
  OrthancPluginInitialize;
  OrthancPluginFinalize;
  OrthancPluginGetName;
  OrthancPluginGetVersion;

local:
  *;
};