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

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents 7a0af291cc90
children c8ca47a67bf3
comparison
equal deleted inserted replaced
25:15acbf5e7545 26:a6492d20b2a8
18 **/ 18 **/
19 19
20 20
21 #include "CacheManager.h" 21 #include "CacheManager.h"
22 22
23 #include "../../Orthanc/Uuid.h" 23 #include "../../Orthanc/Core/Uuid.h"
24 #include "../../Orthanc/SQLite/Transaction.h" 24 #include "../../Orthanc/Core/SQLite/Transaction.h"
25 25
26 #include <boost/lexical_cast.hpp> 26 #include <boost/lexical_cast.hpp>
27 27
28 28
29 namespace OrthancPlugins 29 namespace OrthancPlugins