comparison OrthancServer/DicomProtocol/DicomServer.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 9de4fa64e29c
children bd1889029cbb
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
31 31
32 32
33 #include "../PrecompiledHeadersServer.h" 33 #include "../PrecompiledHeadersServer.h"
34 #include "DicomServer.h" 34 #include "DicomServer.h"
35 35
36 #include "../../Core/Logging.h"
36 #include "../../Core/OrthancException.h" 37 #include "../../Core/OrthancException.h"
37 #include "../../Core/Toolbox.h" 38 #include "../../Core/Toolbox.h"
38 #include "../../Core/Uuid.h" 39 #include "../../Core/Uuid.h"
39 #include "../Internals/CommandDispatcher.h" 40 #include "../Internals/CommandDispatcher.h"
40 #include "../OrthancInitialization.h" 41 #include "../OrthancInitialization.h"
41 #include "EmbeddedResources.h" 42 #include "EmbeddedResources.h"
42 43
43 #include <boost/thread.hpp> 44 #include <boost/thread.hpp>
44 #include <boost/filesystem.hpp> 45 #include <boost/filesystem.hpp>
45 #include <dcmtk/dcmdata/dcdict.h> 46 #include <dcmtk/dcmdata/dcdict.h>
46 #include <glog/logging.h>
47 47
48 #if defined(__linux) 48 #if defined(__linux)
49 #include <cstdlib> 49 #include <cstdlib>
50 #endif 50 #endif
51 51