comparison OrthancServer/OrthancRestApi/OrthancRestApi.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 8dc80ba768aa
children 1b7def486e62
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
31 31
32 32
33 #include "../PrecompiledHeadersServer.h" 33 #include "../PrecompiledHeadersServer.h"
34 #include "OrthancRestApi.h" 34 #include "OrthancRestApi.h"
35 35
36 #include "../../Core/Logging.h"
36 #include "../DicomModification.h" 37 #include "../DicomModification.h"
37 #include "../ServerContext.h" 38 #include "../ServerContext.h"
38
39 #include <glog/logging.h>
40 39
41 namespace Orthanc 40 namespace Orthanc
42 { 41 {
43 void OrthancRestApi::AnswerStoredInstance(RestApiPostCall& call, 42 void OrthancRestApi::AnswerStoredInstance(RestApiPostCall& call,
44 const std::string& publicId, 43 const std::string& publicId,