diff OrthancServer/Database/IDatabaseWrapper.h @ 3105:2e1711f80f74 db-changes

More consistent handling of the "Last" field returned by the "/changes" URI
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 18:02:34 +0100
parents f6de9d25b20d
children 0fa7181ac4e5
line wrap: on
line diff
--- a/OrthancServer/Database/IDatabaseWrapper.h	Mon Jan 07 17:23:04 2019 +0100
+++ b/OrthancServer/Database/IDatabaseWrapper.h	Thu Jan 10 18:02:34 2019 +0100
@@ -240,5 +240,7 @@
     virtual void GetChildrenMetadata(std::list<std::string>& target,
                                      int64_t resourceId,
                                      MetadataType metadata) = 0;
+
+    virtual int64_t GetLastChangeIndex() = 0;
   };
 }