comparison Framework/Plugins/IndexBackend.h @ 402:82921a29349a db-protobuf

implemented IDatabaseBackend::ListAllLabels()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 08 Apr 2023 10:26:03 +0200
parents a8774581adfc
children 91124cc8a8c7
comparison
equal deleted inserted replaced
401:a8774581adfc 402:82921a29349a
390 const std::string& label) ORTHANC_OVERRIDE; 390 const std::string& label) ORTHANC_OVERRIDE;
391 391
392 virtual void ListLabels(std::list<std::string>& target, 392 virtual void ListLabels(std::list<std::string>& target,
393 DatabaseManager& manager, 393 DatabaseManager& manager,
394 int64_t resource) ORTHANC_OVERRIDE; 394 int64_t resource) ORTHANC_OVERRIDE;
395
396 virtual void ListAllLabels(std::list<std::string>& target,
397 DatabaseManager& manager) ORTHANC_OVERRIDE;
395 398
396 /** 399 /**
397 * "maxDatabaseRetries" is to handle 400 * "maxDatabaseRetries" is to handle
398 * "OrthancPluginErrorCode_DatabaseCannotSerialize" if there is a 401 * "OrthancPluginErrorCode_DatabaseCannotSerialize" if there is a
399 * collision multiple writers. "countConnections" and 402 * collision multiple writers. "countConnections" and