diff Odbc/Plugins/OdbcIndex.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 91124cc8a8c7
line wrap: on
line diff
--- a/Odbc/Plugins/OdbcIndex.h	Wed Apr 05 11:18:08 2023 +0200
+++ b/Odbc/Plugins/OdbcIndex.h	Wed Apr 05 12:09:46 2023 +0200
@@ -83,5 +83,11 @@
                                   DatabaseManager& manager,
                                   int64_t id,
                                   int32_t attachment) ORTHANC_OVERRIDE;
+    
+    // New primitive since Orthanc 1.12.0
+    virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
+    {
+      return false;
+    }
   };
 }