comparison Common/StoragePlugin.cpp @ 94:1bc055199cd2

Added a description for all plugins
author Alain Mazy <am@osimis.io>
date Mon, 19 Dec 2022 09:52:58 +0100
parents 6f95f39907e1
children 33790e0000bb
comparison
equal deleted inserted replaced
92:9b2a76fe987a 94:1bc055199cd2
525 Orthanc::Logging::InitializePluginContext(context); 525 Orthanc::Logging::InitializePluginContext(context);
526 526
527 OrthancPlugins::OrthancConfiguration orthancConfig; 527 OrthancPlugins::OrthancConfiguration orthancConfig;
528 528
529 OrthancPlugins::LogWarning(std::string(StoragePluginFactory::GetStoragePluginName()) + " plugin is initializing"); 529 OrthancPlugins::LogWarning(std::string(StoragePluginFactory::GetStoragePluginName()) + " plugin is initializing");
530 OrthancPluginSetDescription(context, StoragePluginFactory::GetStorageDescription());
530 531
531 /* Check the version of the Orthanc core */ 532 /* Check the version of the Orthanc core */
532 if (OrthancPluginCheckVersion(context) == 0) 533 if (OrthancPluginCheckVersion(context) == 0)
533 { 534 {
534 char info[1024]; 535 char info[1024];