diff Google/GoogleStoragePlugin.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/Google/GoogleStoragePlugin.h	Fri Dec 16 14:55:14 2022 +0100
+++ b/Google/GoogleStoragePlugin.h	Mon Dec 19 09:52:58 2022 +0100
@@ -27,6 +27,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 "GoogleCloudStorage";}
 };