comparison OrthancServer/Scheduler/StorePeerCommand.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 31f4adefb88f
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
30 **/ 30 **/
31 31
32 32
33 #include "StorePeerCommand.h" 33 #include "StorePeerCommand.h"
34 34
35 #include "../../Core/Logging.h"
35 #include "../../Core/HttpClient.h" 36 #include "../../Core/HttpClient.h"
36
37 #include <glog/logging.h>
38 37
39 namespace Orthanc 38 namespace Orthanc
40 { 39 {
41 StorePeerCommand::StorePeerCommand(ServerContext& context, 40 StorePeerCommand::StorePeerCommand(ServerContext& context,
42 const OrthancPeerParameters& peer, 41 const OrthancPeerParameters& peer,