Mercurial > hg > orthanc-object-storage
comparison Azure/AzureBlobStoragePlugin.h @ 78:d7295e8678d7
renames
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 14 Oct 2022 11:00:18 +0200 |
parents | b922ae86bbe1 |
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 class AzureBlobStoragePluginFactory | 24 class AzureBlobStoragePluginFactory |
25 { | 25 { |
26 public: | 26 public: |
27 static const char* GetStoragePluginName(); | 27 static const char* GetStoragePluginName(); |
28 static IStoragePlugin* CreateStoragePlugin(const OrthancPlugins::OrthancConfiguration& orthancConfig); | 28 static IStorage* CreateStorage(const OrthancPlugins::OrthancConfiguration& orthancConfig); |
29 }; | 29 }; |