comparison Plugin/Cache/CacheScheduler.cpp @ 26:a6492d20b2a8

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents fcbc8e77cf8f
children abdde1dfb3eb
comparison
equal deleted inserted replaced
25:15acbf5e7545 26:a6492d20b2a8
20 20
21 #include "CacheScheduler.h" 21 #include "CacheScheduler.h"
22 22
23 #include "CacheIndex.h" 23 #include "CacheIndex.h"
24 24
25 #include "../../Orthanc/OrthancException.h" 25 #include "../../Orthanc/Core/OrthancException.h"
26 #include <stdio.h> 26 #include <stdio.h>
27 27
28 namespace OrthancPlugins 28 namespace OrthancPlugins
29 { 29 {
30 class DynamicString : public Orthanc::IDynamicObject 30 class DynamicString : public Orthanc::IDynamicObject