diff SQLite/Plugins/SQLiteIndex.h @ 403:91124cc8a8c7 db-protobuf

database plugins are informed about the identifier tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Apr 2023 11:10:19 +0200
parents 19bd3ee1f0b3
children ecd0b719cff5
line wrap: on
line diff
--- a/SQLite/Plugins/SQLiteIndex.h	Sat Apr 08 10:26:03 2023 +0200
+++ b/SQLite/Plugins/SQLiteIndex.h	Tue Apr 11 11:10:19 2023 +0200
@@ -45,7 +45,9 @@
 
     virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE;
 
-    virtual void ConfigureDatabase(DatabaseManager& manager) ORTHANC_OVERRIDE;
+    virtual void ConfigureDatabase(DatabaseManager& manager,
+                                   bool hasIdentifierTags,
+                                   const std::list<IdentifierTag>& identifierTags) ORTHANC_OVERRIDE;
     
     virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
     {