diff Google/GoogleStoragePlugin.h @ 78:d7295e8678d7

renames
author Alain Mazy <am@osimis.io>
date Fri, 14 Oct 2022 11:00:18 +0200
parents 16e419fe80c5
children 16514270d9ca
line wrap: on
line diff
--- a/Google/GoogleStoragePlugin.h	Fri Oct 14 10:36:02 2022 +0200
+++ b/Google/GoogleStoragePlugin.h	Fri Oct 14 11:00:18 2022 +0200
@@ -19,7 +19,7 @@
 
 #pragma once
 
-#include "../Common/BaseStoragePlugin.h"
+#include "../Common/BaseStorage.h"
 
 #include "google/cloud/storage/client.h"
 
@@ -27,5 +27,5 @@
 {
 public:
   static const char* GetStoragePluginName();
-  static IStoragePlugin* CreateStoragePlugin(const OrthancPlugins::OrthancConfiguration& orthancConfig);
+  static IStorage* CreateStorage(const OrthancPlugins::OrthancConfiguration& orthancConfig);
 };