diff SQLite/Plugins/SQLiteIndex.h @ 225:94c9908e6aca

removed DatabaseManager member out of class IndexBackend
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Apr 2021 19:18:19 +0200
parents 61c309e06797
children a4918d57435c
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.h	Thu Apr 01 16:09:59 2021 +0200
+++ b/SQLite/Plugins/SQLiteIndex.h	Thu Apr 01 19:18:19 2021 +0200
@@ -79,10 +79,11 @@
       return new Factory(*this);
     }
     
-    virtual int64_t CreateResource(const char* publicId,
+    virtual int64_t CreateResource(DatabaseManager& manager,
+                                   const char* publicId,
                                    OrthancPluginResourceType type);
 
     // New primitive since Orthanc 1.5.2
-    virtual int64_t GetLastChangeIndex();
+    virtual int64_t GetLastChangeIndex(DatabaseManager& manager);
   };
 }