comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.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
comparison
equal deleted inserted replaced
5082:4af5f496a0dd 5083:75e949689c08
80 80
81 virtual void Upgrade(unsigned int targetVersion, 81 virtual void Upgrade(unsigned int targetVersion,
82 IStorageArea& storageArea) ORTHANC_OVERRIDE; 82 IStorageArea& storageArea) ORTHANC_OVERRIDE;
83 83
84 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE; 84 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE;
85
86 virtual bool HasAttachmentCustomDataSupport() const ORTHANC_OVERRIDE
87 {
88 return false; // introduced in V4
89 }
90
85 }; 91 };
86 } 92 }
87 93
88 #endif 94 #endif