Mercurial > hg > orthanc-object-storage
diff 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 |
line wrap: on
line diff
--- a/Azure/AzureBlobStoragePlugin.h Fri Oct 14 10:36:02 2022 +0200 +++ b/Azure/AzureBlobStoragePlugin.h Fri Oct 14 11:00:18 2022 +0200 @@ -19,11 +19,11 @@ #pragma once -#include "../Common/BaseStoragePlugin.h" +#include "../Common/BaseStorage.h" class AzureBlobStoragePluginFactory { public: static const char* GetStoragePluginName(); - static IStoragePlugin* CreateStoragePlugin(const OrthancPlugins::OrthancConfiguration& orthancConfig); + static IStorage* CreateStorage(const OrthancPlugins::OrthancConfiguration& orthancConfig); };