comparison 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
comparison
equal deleted inserted replaced
5079:4366b4c41441 5080:d7274e43ea7c
418 418
419 namespace 419 namespace
420 { 420 {
421 // Anonymous namespace to avoid clashes between compilation modules 421 // Anonymous namespace to avoid clashes between compilation modules
422 422
423 class FilesystemStorageWithoutDicom : public IStorageArea 423 class FilesystemStorageWithoutDicom : public ICoreStorageArea
424 { 424 {
425 private: 425 private:
426 FilesystemStorage storage_; 426 FilesystemStorage storage_;
427 427
428 public: 428 public: