diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 85:1012fe77241c db-changes

new extension implemented for PostgreSQL and SQLite: GetLastChangeIndex
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 18:04:12 +0100
parents cb0aac9bbada
children e61587582cef
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Thu Jan 10 13:33:33 2019 +0100
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Thu Jan 10 18:04:12 2019 +0100
@@ -94,5 +94,7 @@
 
     virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType)
       ORTHANC_OVERRIDE;
+
+    virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
   };
 }