diff OrthancServer/ServerIndex.h @ 310:6ab6cdeedf4e

global sequences
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2012 11:18:27 +0100
parents 326d5a4a5af3
children fc856d175d18
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Dec 21 10:49:15 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Fri Dec 21 11:18:27 2012 +0100
@@ -156,5 +156,7 @@
 
     bool LookupParent(std::string& target,
                       const std::string& publicId);
+
+    uint64_t IncrementGlobalSequence(GlobalProperty sequence);
   };
 }