comparison OrthancServer/QueryRetrieveHandler.h @ 3096:d9eb978a1039 db-changes

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 18:27:11 +0100
parents 4e43e67f8ecf
children 872bd3b6ec72
comparison
equal deleted inserted replaced
3095:beeeb6096f27 3096:d9eb978a1039
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "ServerContext.h" 36 #include "../Core/DicomNetworking/DicomFindAnswers.h"
37 #include "../Core/DicomNetworking/RemoteModalityParameters.h"
37 38
38 namespace Orthanc 39 namespace Orthanc
39 { 40 {
41 class ServerContext;
42
40 class QueryRetrieveHandler : public IDynamicObject 43 class QueryRetrieveHandler : public IDynamicObject
41 { 44 {
42 private: 45 private:
43 ServerContext& context_; 46 ServerContext& context_;
44 std::string localAet_; 47 std::string localAet_;