comparison Plugin/Cache/CacheManager.h @ 191:993dd140bd30

Resort to Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Apr 2018 21:29:30 +0200
parents 81f16c5667ba
children 2f27287c047c
comparison
equal deleted inserted replaced
190:7151dbac8d5e 191:993dd140bd30
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "../../Orthanc/Core/SQLite/Connection.h" 24 #include <Core/SQLite/Connection.h>
25 #include "../../Orthanc/Core/FileStorage/FilesystemStorage.h" 25 #include <Core/FileStorage/FilesystemStorage.h>
26 26
27 #include <orthanc/OrthancCPlugin.h> 27 #include <orthanc/OrthancCPlugin.h>
28 28
29 namespace OrthancPlugins 29 namespace OrthancPlugins
30 { 30 {