diff OrthancServer/ServerIndex.h @ 315:fc856d175d18

modifications
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2012 17:18:04 +0100
parents 6ab6cdeedf4e
children 4d5f0857ec9c
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Dec 21 13:53:24 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Fri Dec 21 17:18:04 2012 +0100
@@ -158,5 +158,8 @@
                       const std::string& publicId);
 
     uint64_t IncrementGlobalSequence(GlobalProperty sequence);
+
+    void LogChange(ChangeType changeType,
+                   const std::string& publicId);
   };
 }