comparison OrthancServer/DicomProtocol/DicomServer.h @ 128:2a24f43d9dca

fix for windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2012 17:49:50 +0200
parents 2d96cb181f45
children fe180eae201d
comparison
equal deleted inserted replaced
127:7517cbe58623 128:2a24f43d9dca
56 public: 56 public:
57 DicomServer(); 57 DicomServer();
58 58
59 ~DicomServer(); 59 ~DicomServer();
60 60
61 void SetPort(uint16_t port); 61 void SetPortNumber(uint16_t port);
62 uint16_t GetPort() const; 62 uint16_t GetPortNumber() const;
63 63
64 void SetThreaded(bool isThreaded); 64 void SetThreaded(bool isThreaded);
65 bool IsThreaded() const; 65 bool IsThreaded() const;
66 66
67 void SetClientTimeout(uint32_t timeout); 67 void SetClientTimeout(uint32_t timeout);