comparison Framework/Plugins/GlobalProperties.h @ 427:3cdea26ece73 pg-transactions

merge default -> pg-transactions
author Alain Mazy <am@osimis.io>
date Wed, 29 Nov 2023 10:24:18 +0100
parents d700c8f9fc24
children ecd0b719cff5
comparison
equal deleted inserted replaced
418:a7f0f27fe33c 427:3cdea26ece73
29 { 29 {
30 /** 30 /**
31 * The enum "GlobalProperty" is a subset of the "GlobalProperty_XXX" 31 * The enum "GlobalProperty" is a subset of the "GlobalProperty_XXX"
32 * values from the Orthanc server that have a special meaning to the 32 * values from the Orthanc server that have a special meaning to the
33 * database plugins: 33 * database plugins:
34 * https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Sources/ServerEnumerations.h 34 * https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Sources/ServerEnumerations.h
35 * 35 *
36 * WARNING: The values must be the same between the Orthanc core and 36 * WARNING: The values must be the same between the Orthanc core and
37 * this enum! 37 * this enum!
38 **/ 38 **/
39 39