diff 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
line wrap: on
line diff
--- a/Google/GoogleStoragePlugin.h	Fri Oct 14 16:22:26 2022 +0200
+++ b/Google/GoogleStoragePlugin.h	Sat Oct 15 07:49:30 2022 +0200
@@ -28,4 +28,5 @@
 public:
   static const char* GetStoragePluginName();
   static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig);
+  static const char* GetConfigurationSectionName() {return "GoogleCloudStorage";}
 };