diff Azure/AzureBlobStoragePlugin.h @ 94:1bc055199cd2

Added a description for all plugins
author Alain Mazy <am@osimis.io>
date Mon, 19 Dec 2022 09:52:58 +0100
parents b3787f4aa16a
children 3c7e0374f28e
line wrap: on
line diff
--- a/Azure/AzureBlobStoragePlugin.h	Fri Dec 16 14:55:14 2022 +0100
+++ b/Azure/AzureBlobStoragePlugin.h	Mon Dec 19 09:52:58 2022 +0100
@@ -25,6 +25,7 @@
 {
 public:
   static const char* GetStoragePluginName();
+  static const char* GetStorageDescription();
   static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig);
   static const char* GetConfigurationSectionName() {return "AzureBlobStorage";}
 };