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

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents 02f7a0400a91
children c8ca47a67bf3
comparison
equal deleted inserted replaced
25:15acbf5e7545 26:a6492d20b2a8
18 **/ 18 **/
19 19
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "../../Orthanc/SQLite/Connection.h" 23 #include "../../Orthanc/Core/SQLite/Connection.h"
24 #include "../../Orthanc/FileStorage/FilesystemStorage.h" 24 #include "../../Orthanc/Core/FileStorage/FilesystemStorage.h"
25 25
26 namespace OrthancPlugins 26 namespace OrthancPlugins
27 { 27 {
28 class CacheManager : public boost::noncopyable 28 class CacheManager : public boost::noncopyable
29 { 29 {