diff MySQL/Plugins/MySQLIndex.h @ 391:d14e6ff04a5c db-protobuf

added primitives to handle labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Apr 2023 12:09:46 +0200
parents 3d6886f3e5b3
children 897253c21208
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.h	Wed Apr 05 11:18:08 2023 +0200
+++ b/MySQL/Plugins/MySQLIndex.h	Wed Apr 05 12:09:46 2023 +0200
@@ -76,5 +76,11 @@
                                 const char* hashInstance)
       ORTHANC_OVERRIDE;
 #endif
+
+    // New primitive since Orthanc 1.12.0
+    virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
+    {
+      return false;
+    }
   };
 }