comparison Google/GoogleStoragePlugin.h @ 80:b3787f4aa16a

fix
author Alain Mazy <am@osimis.io>
date Sat, 15 Oct 2022 07:49:30 +0200
parents 16514270d9ca
children 1bc055199cd2
comparison
equal deleted inserted replaced
79:16514270d9ca 80:b3787f4aa16a
26 class GoogleStoragePluginFactory 26 class GoogleStoragePluginFactory
27 { 27 {
28 public: 28 public:
29 static const char* GetStoragePluginName(); 29 static const char* GetStoragePluginName();
30 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); 30 static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig);
31 static const char* GetConfigurationSectionName() {return "GoogleCloudStorage";}
31 }; 32 };