Mercurial > hg > orthanc-object-storage
diff 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 |
line wrap: on
line diff
--- a/Common/StoragePlugin.cpp Fri Dec 16 14:55:14 2022 +0100 +++ b/Common/StoragePlugin.cpp Mon Dec 19 09:52:58 2022 +0100 @@ -527,6 +527,7 @@ OrthancPlugins::OrthancConfiguration orthancConfig; OrthancPlugins::LogWarning(std::string(StoragePluginFactory::GetStoragePluginName()) + " plugin is initializing"); + OrthancPluginSetDescription(context, StoragePluginFactory::GetStorageDescription()); /* Check the version of the Orthanc core */ if (OrthancPluginCheckVersion(context) == 0)