Mercurial > hg > orthanc-object-storage
comparison 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 |
comparison
equal
deleted
inserted
replaced
92:9b2a76fe987a | 94:1bc055199cd2 |
---|---|
25 | 25 |
26 class GoogleStoragePluginFactory | 26 class GoogleStoragePluginFactory |
27 { | 27 { |
28 public: | 28 public: |
29 static const char* GetStoragePluginName(); | 29 static const char* GetStoragePluginName(); |
30 static const char* GetStorageDescription(); | |
30 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); | 31 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); |
31 static const char* GetConfigurationSectionName() {return "GoogleCloudStorage";} | 32 static const char* GetConfigurationSectionName() {return "GoogleCloudStorage";} |
32 }; | 33 }; |