Mercurial > hg > orthanc-object-storage
comparison 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 |
comparison
equal
deleted
inserted
replaced
77:80792bb9600e | 78:d7295e8678d7 |
---|---|
17 **/ | 17 **/ |
18 | 18 |
19 | 19 |
20 #pragma once | 20 #pragma once |
21 | 21 |
22 #include "../Common/BaseStoragePlugin.h" | 22 #include "../Common/BaseStorage.h" |
23 | 23 |
24 #include "google/cloud/storage/client.h" | 24 #include "google/cloud/storage/client.h" |
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 IStoragePlugin* CreateStoragePlugin(const OrthancPlugins::OrthancConfiguration& orthancConfig); | 30 static IStorage* CreateStorage(const OrthancPlugins::OrthancConfiguration& orthancConfig); |
31 }; | 31 }; |