comparison OrthancServer/ServerIndex.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents c0bdc47165ef
children 0586ed8897f1
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
39 39
40 #include "ServerIndexChange.h" 40 #include "ServerIndexChange.h"
41 #include "EmbeddedResources.h" 41 #include "EmbeddedResources.h"
42 #include "OrthancInitialization.h" 42 #include "OrthancInitialization.h"
43 #include "../Core/Toolbox.h" 43 #include "../Core/Toolbox.h"
44 #include "../Core/Logging.h"
44 #include "../Core/Uuid.h" 45 #include "../Core/Uuid.h"
45 #include "../Core/DicomFormat/DicomArray.h" 46 #include "../Core/DicomFormat/DicomArray.h"
47
46 #include "FromDcmtkBridge.h" 48 #include "FromDcmtkBridge.h"
47 #include "ServerContext.h" 49 #include "ServerContext.h"
48 50
49 #include <boost/lexical_cast.hpp> 51 #include <boost/lexical_cast.hpp>
50 #include <stdio.h> 52 #include <stdio.h>
51 #include <glog/logging.h>
52 53
53 static const uint64_t MEGA_BYTES = 1024 * 1024; 54 static const uint64_t MEGA_BYTES = 1024 * 1024;
54 55
55 namespace Orthanc 56 namespace Orthanc
56 { 57 {