diff OrthancServer/DatabaseWrapper.h @ 310:6ab6cdeedf4e

global sequences
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2012 11:18:27 +0100
parents 4eea080e6e7a
children 4d5f0857ec9c
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Fri Dec 21 10:49:15 2012 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Fri Dec 21 11:18:27 2012 +0100
@@ -210,5 +210,7 @@
     {
       db_.FlushToDisk();
     }
+
+    uint64_t IncrementGlobalSequence(GlobalProperty property);
   };
 }