comparison OrthancServer/Scheduler/CallSystemCommand.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 0a2ad4a6858f
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
30 **/ 30 **/
31 31
32 32
33 #include "CallSystemCommand.h" 33 #include "CallSystemCommand.h"
34 34
35 #include <glog/logging.h> 35 #include "../../Core/Logging.h"
36 #include "../../Core/Toolbox.h" 36 #include "../../Core/Toolbox.h"
37 #include "../../Core/Uuid.h" 37 #include "../../Core/Uuid.h"
38 38
39 namespace Orthanc 39 namespace Orthanc
40 { 40 {