diff OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp @ 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
line wrap: on
line diff
--- a/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp	Wed Aug 31 10:36:38 2022 +0200
+++ b/OrthancFramework/Sources/FileStorage/FilesystemStorage.cpp	Thu Sep 08 17:42:08 2022 +0200
@@ -242,6 +242,7 @@
   {
     namespace fs = boost::filesystem;
     typedef std::set<std::string> List;
+    std::string customDataNotUsed;
 
     List result;
     ListAllFiles(result);