comparison Plugin/Cache/CacheScheduler.cpp @ 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 0ef2d8b970ab
comparison
equal deleted inserted replaced
190:7151dbac8d5e 191:993dd140bd30
21 21
22 #include "CacheScheduler.h" 22 #include "CacheScheduler.h"
23 23
24 #include "CacheIndex.h" 24 #include "CacheIndex.h"
25 25
26 #include "../../Orthanc/Core/OrthancException.h" 26 #include <Core/OrthancException.h>
27 #include <stdio.h> 27 #include <stdio.h>
28 28
29 namespace OrthancPlugins 29 namespace OrthancPlugins
30 { 30 {
31 class DynamicString : public Orthanc::IDynamicObject 31 class DynamicString : public Orthanc::IDynamicObject