comparison OrthancServer/ServerContext.h @ 3085:c829758b9ca0 db-changes

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Jan 2019 16:52:53 +0100
parents ce272138f15e
children beeeb6096f27
comparison
equal deleted inserted replaced
3084:195ba4cbac3f 3085:c829758b9ca0
45 #include "../Core/FileStorage/IStorageArea.h" 45 #include "../Core/FileStorage/IStorageArea.h"
46 #include "../Core/JobsEngine/JobsEngine.h" 46 #include "../Core/JobsEngine/JobsEngine.h"
47 #include "../Core/JobsEngine/SetOfInstancesJob.h" 47 #include "../Core/JobsEngine/SetOfInstancesJob.h"
48 #include "../Core/MultiThreading/SharedMessageQueue.h" 48 #include "../Core/MultiThreading/SharedMessageQueue.h"
49 #include "../Core/RestApi/RestApiOutput.h" 49 #include "../Core/RestApi/RestApiOutput.h"
50 #include "../Plugins/Engine/OrthancPlugins.h"
51 50
52 #include <boost/filesystem.hpp> 51 #include <boost/filesystem.hpp>
53 #include <boost/thread.hpp> 52 #include <boost/thread.hpp>
54 53
55 54
56 namespace Orthanc 55 namespace Orthanc
57 { 56 {
57 class OrthancPlugins;
58
58 /** 59 /**
59 * This class is responsible for maintaining the storage area on the 60 * This class is responsible for maintaining the storage area on the
60 * filesystem (including compression), as well as the index of the 61 * filesystem (including compression), as well as the index of the
61 * DICOM store. It implements the required locking mechanisms. 62 * DICOM store. It implements the required locking mechanisms.
62 **/ 63 **/