Mercurial > hg > orthanc
diff OrthancServer/DicomProtocol/DicomServer.h @ 125:2d96cb181f45
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Oct 2012 17:44:12 +0200 |
parents | a70bb32802ae |
children | 2a24f43d9dca |
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/DicomServer.h Fri Oct 05 15:23:20 2012 +0200 +++ b/OrthancServer/DicomProtocol/DicomServer.h Fri Oct 05 17:44:12 2012 +0200 @@ -58,8 +58,8 @@ ~DicomServer(); - void SetPortNumber(uint16_t port); - uint16_t GetPortNumber() const; + void SetPort(uint16_t port); + uint16_t GetPort() const; void SetThreaded(bool isThreaded); bool IsThreaded() const;