diff OrthancServer/ServerEnumerations.h @ 310:6ab6cdeedf4e

global sequences
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2012 11:18:27 +0100
parents 326d5a4a5af3
children 26efccdff583
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Fri Dec 21 10:49:15 2012 +0100
+++ b/OrthancServer/ServerEnumerations.h	Fri Dec 21 11:18:27 2012 +0100
@@ -60,7 +60,8 @@
   enum GlobalProperty
   {
     GlobalProperty_DatabaseSchemaVersion = 1,
-    GlobalProperty_FlushSleep = 2
+    GlobalProperty_FlushSleep = 2,
+    GlobalProperty_AnonymizationSequence = 3
   };
 
   enum ResourceType