comparison OrthancServer/DicomProtocol/DicomServer.h @ 1847:559956d5ceb2

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2015 15:34:14 +0100
parents 164d78911382
children b1291df2f780
comparison
equal deleted inserted replaced
1846:3dcf5c0734c9 1847:559956d5ceb2
52 52
53 bool checkCalledAet_; 53 bool checkCalledAet_;
54 std::string aet_; 54 std::string aet_;
55 uint16_t port_; 55 uint16_t port_;
56 bool continue_; 56 bool continue_;
57 bool started_;
58 uint32_t clientTimeout_; 57 uint32_t clientTimeout_;
59 IFindRequestHandlerFactory* findRequestHandlerFactory_; 58 IFindRequestHandlerFactory* findRequestHandlerFactory_;
60 IMoveRequestHandlerFactory* moveRequestHandlerFactory_; 59 IMoveRequestHandlerFactory* moveRequestHandlerFactory_;
61 IStoreRequestHandlerFactory* storeRequestHandlerFactory_; 60 IStoreRequestHandlerFactory* storeRequestHandlerFactory_;
62 IWorklistRequestHandlerFactory* worklistRequestHandlerFactory_; 61 IWorklistRequestHandlerFactory* worklistRequestHandlerFactory_;