# HG changeset patch # User Sebastien Jodogne # Date 1530622794 -7200 # Node ID c4ee0bedb51bee89070fade40697ed3a1c4f0611 # Parent 8340596dc4a946d50ddc70a802f8f720ce1efd2d some reserved global properties for plugins diff -r 8340596dc4a9 -r c4ee0bedb51b OrthancServer/ServerEnumerations.h --- a/OrthancServer/ServerEnumerations.h Fri Jun 29 09:56:04 2018 +0200 +++ b/OrthancServer/ServerEnumerations.h Tue Jul 03 14:59:54 2018 +0200 @@ -76,8 +76,20 @@ GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 GlobalProperty_FlushSleep = 2, GlobalProperty_AnonymizationSequence = 3, - GlobalProperty_DatabasePatchLevel = 4, // Reserved for internal use of the database plugins - GlobalProperty_JobsRegistry = 5 + GlobalProperty_JobsRegistry = 5, + + // Reserved values for internal use by the database plugins + GlobalProperty_DatabasePatchLevel = 4, + GlobalProperty_DatabaseInternal0 = 10, + GlobalProperty_DatabaseInternal1 = 11, + GlobalProperty_DatabaseInternal2 = 12, + GlobalProperty_DatabaseInternal3 = 13, + GlobalProperty_DatabaseInternal4 = 14, + GlobalProperty_DatabaseInternal5 = 15, + GlobalProperty_DatabaseInternal6 = 16, + GlobalProperty_DatabaseInternal7 = 17, + GlobalProperty_DatabaseInternal8 = 18, + GlobalProperty_DatabaseInternal9 = 19 }; enum MetadataType