diff Plugins/Engine/OrthancPluginDatabase.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 2e1808b6146a
children f86ebf971a72
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.h	Mon Jan 07 17:23:04 2019 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.h	Thu Jan 10 18:02:34 2019 +0100
@@ -360,6 +360,8 @@
                                      int64_t resourceId,
                                      MetadataType metadata)
       ORTHANC_OVERRIDE;
+
+    virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
   };
 }