comparison OrthancServer/Scheduler/ModifyInstanceCommand.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 479e31b13de5
children 904096e7367e
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
30 **/ 30 **/
31 31
32 32
33 #include "ModifyInstanceCommand.h" 33 #include "ModifyInstanceCommand.h"
34 34
35 #include <glog/logging.h> 35 #include "../../Core/Logging.h"
36 36
37 namespace Orthanc 37 namespace Orthanc
38 { 38 {
39 ModifyInstanceCommand::ModifyInstanceCommand(ServerContext& context, 39 ModifyInstanceCommand::ModifyInstanceCommand(ServerContext& context,
40 const DicomModification& modification) : 40 const DicomModification& modification) :