Mercurial > hg > orthanc
comparison OrthancServer/ServerToolbox.cpp @ 1486:f967bdf8534e
refactoring to Logging.h
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2015 10:01:31 +0200 |
parents | 6e7e5ed91c2d |
children | de1413733c97 |
comparison
equal
deleted
inserted
replaced
1485:27661b33f624 | 1486:f967bdf8534e |
---|---|
31 | 31 |
32 | 32 |
33 #include "PrecompiledHeadersServer.h" | 33 #include "PrecompiledHeadersServer.h" |
34 #include "ServerToolbox.h" | 34 #include "ServerToolbox.h" |
35 | 35 |
36 #include "../Core/Logging.h" | |
36 #include "../Core/OrthancException.h" | 37 #include "../Core/OrthancException.h" |
37 | 38 |
38 #include <cassert> | 39 #include <cassert> |
39 #include <glog/logging.h> | |
40 | 40 |
41 namespace Orthanc | 41 namespace Orthanc |
42 { | 42 { |
43 void SimplifyTags(Json::Value& target, | 43 void SimplifyTags(Json::Value& target, |
44 const Json::Value& source) | 44 const Json::Value& source) |