comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.h @ 5517:0d433132b249 pg-transactions

refactoring IDatabaseWrapper::Capabilities
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jan 2024 19:19:52 +0100
parents 4dd50c4b985a
children 862b54b4cfe2 f7adfb22e20e
comparison
equal deleted inserted replaced
5516:d9c9f3c57f4f 5517:0d433132b249
89 virtual void Upgrade(unsigned int targetVersion, 89 virtual void Upgrade(unsigned int targetVersion,
90 IStorageArea& storageArea) ORTHANC_OVERRIDE; 90 IStorageArea& storageArea) ORTHANC_OVERRIDE;
91 91
92 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE; 92 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE;
93 93
94 virtual const IDatabaseWrapper::Capabilities& GetDatabaseCapabilities() const ORTHANC_OVERRIDE; 94 virtual const Capabilities GetDatabaseCapabilities() const ORTHANC_OVERRIDE;
95 }; 95 };
96 } 96 }
97 97
98 #endif 98 #endif