diff SQLite/Plugins/SQLiteIndex.h @ 97:66fd0d587773

integration db-changes->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Jan 2019 14:38:12 +0100
parents 1012fe77241c
children 4cd7e45b671e
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.h	Thu Jan 17 11:42:24 2019 +0100
+++ b/SQLite/Plugins/SQLiteIndex.h	Mon Jan 21 14:38:12 2019 +0100
@@ -73,5 +73,8 @@
 
     virtual int64_t CreateResource(const char* publicId,
                                    OrthancPluginResourceType type);
+
+    // New primitive since Orthanc 1.5.2
+    virtual int64_t GetLastChangeIndex();
   };
 }