diff OrthancServer/Sources/OrthancInitialization.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 1c08cd68250a
children 8279eaab0d1d
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancInitialization.cpp	Wed Aug 31 10:36:38 2022 +0200
+++ b/OrthancServer/Sources/OrthancInitialization.cpp	Thu Sep 08 17:42:08 2022 +0200
@@ -420,7 +420,7 @@
   {
     // Anonymous namespace to avoid clashes between compilation modules
 
-    class FilesystemStorageWithoutDicom : public IStorageArea
+    class FilesystemStorageWithoutDicom : public ICoreStorageArea
     {
     private:
       FilesystemStorage storage_;