comparison PalantirServer/DicomProtocol/DicomServer.h @ 2:67a6978503b7

fixing Windows build
author Jodogne@Laptop
date Thu, 19 Jul 2012 22:33:27 +0200
parents 3959d33612cc
children
comparison
equal deleted inserted replaced
0:3959d33612cc 2:67a6978503b7
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);