comparison OrthancFramework/Sources/FileStorage/FilesystemStorage.h @ 5080:d7274e43ea7c attach-custom-data

allow plugins to store a customData in the Attachments table to e.g. store custom paths without requiring an external DB
author Alain Mazy <am@osimis.io>
date Thu, 08 Sep 2022 17:42:08 +0200
parents 43e613a7756b
children 8279eaab0d1d
comparison
equal deleted inserted replaced
5079:4366b4c41441 5080:d7274e43ea7c
40 #include <boost/filesystem.hpp> 40 #include <boost/filesystem.hpp>
41 #include <set> 41 #include <set>
42 42
43 namespace Orthanc 43 namespace Orthanc
44 { 44 {
45 class ORTHANC_PUBLIC FilesystemStorage : public IStorageArea 45 class ORTHANC_PUBLIC FilesystemStorage : public ICoreStorageArea
46 { 46 {
47 // TODO REMOVE THIS 47 // TODO REMOVE THIS
48 friend class FilesystemHttpSender; 48 friend class FilesystemHttpSender;
49 friend class FileStorageAccessor; 49 friend class FileStorageAccessor;
50 50