comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.h @ 5220:df39c7583a49 db-protobuf

preparing virtual methods for labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 18:09:04 +0200
parents 0ea402b4d901
children 176bc05f85f4 48b8dae6dc77
comparison
equal deleted inserted replaced
5218:afa96af2eb5a 5220:df39c7583a49
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 HasLabelsSupport() const ORTHANC_OVERRIDE
87 {
88 return false;
89 }
85 }; 90 };
86 } 91 }
87 92
88 #endif 93 #endif