comparison OrthancServer/DicomProtocol/DicomServer.cpp @ 125:2d96cb181f45

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2012 17:44:12 +0200
parents 7593b57dc1bf
children 2a24f43d9dca
comparison
equal deleted inserted replaced
124:1267071a697e 125:2d96cb181f45
111 DicomServer::~DicomServer() 111 DicomServer::~DicomServer()
112 { 112 {
113 Stop(); 113 Stop();
114 } 114 }
115 115
116 void DicomServer::SetPortNumber(uint16_t port) 116 void DicomServer::SetPort(uint16_t port)
117 { 117 {
118 Stop(); 118 Stop();
119 port_ = port; 119 port_ = port;
120 } 120 }
121 121
122 uint16_t DicomServer::GetPortNumber() const 122 uint16_t DicomServer::GetPort() const
123 { 123 {
124 return port_; 124 return port_;
125 } 125 }
126 126
127 void DicomServer::SetThreaded(bool isThreaded) 127 void DicomServer::SetThreaded(bool isThreaded)