Mercurial > hg > orthanc
view OrthancServer/Resources/VersionScriptOrthanc.map @ 5911:bfae0fc2ea1b get-scu-test
Started to work on handling errors as warnings when trying to store instances whose SOPClassUID has not been accepted during the negotiation. Work to be finalized later
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 09 Dec 2024 10:07:19 +0100 |
parents | 31e12d2ce275 |
children |
line wrap: on
line source
# This is a version-script for the main Orthanc binary, that hides all # the global functions of the executable so that a Linux Standard Base # (LSB) build of Orthanc can load plugins that are not built using # LSB. Otherwise, the dynamic loader of the plugins will try to use # the global functions published by the Orthanc server, which results # in a segmentation fault if the data structures don't have the same # memory layout (e.g. debug vs. release, or another version of some # C/C++ library used both by Orthanc, typically jsoncpp). { local: *; };