diff OrthancServer/Sources/Database/IDatabaseWrapper.h @ 5083:75e949689c08 attach-custom-data

PluginDatabaseV4 to handle customData
author Alain Mazy <am@osimis.io>
date Wed, 14 Sep 2022 17:11:45 +0200
parents 6eff25f70121
children 8279eaab0d1d
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/IDatabaseWrapper.h	Wed Sep 14 17:11:05 2022 +0200
+++ b/OrthancServer/Sources/Database/IDatabaseWrapper.h	Wed Sep 14 17:11:45 2022 +0200
@@ -259,5 +259,7 @@
                          IStorageArea& storageArea) = 0;
 
     virtual bool HasRevisionsSupport() const = 0;
+
+    virtual bool HasAttachmentCustomDataSupport() const = 0;
   };
 }