diff OrthancServer/Database/SQLiteDatabaseWrapper.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 61da3c9b4121
children 0fa7181ac4e5
line wrap: on
line diff
--- a/OrthancServer/Database/SQLiteDatabaseWrapper.h	Mon Jan 07 17:23:04 2019 +0100
+++ b/OrthancServer/Database/SQLiteDatabaseWrapper.h	Thu Jan 10 18:02:34 2019 +0100
@@ -353,5 +353,7 @@
     {
       IGetChildrenMetadata::Apply(*this, target, resourceId, metadata);
     }
+
+    virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
   };
 }