comparison Core/DicomNetworking/RemoteModalityParameters.h @ 2715:73bc0c32547c jobs

fix embedding openssl within a DLL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Jul 2018 13:02:56 +0200
parents c196d76cb8fa
children 6eebc2eb3168
comparison
equal deleted inserted replaced
2714:28dc5bb9a7e6 2715:73bc0c32547c
77 void SetHost(const std::string& host) 77 void SetHost(const std::string& host)
78 { 78 {
79 host_ = host; 79 host_ = host;
80 } 80 }
81 81
82 uint16_t GetPort() const 82 uint16_t GetPortNumber() const
83 { 83 {
84 return port_; 84 return port_;
85 } 85 }
86 86
87 void SetPort(uint16_t port) 87 void SetPortNumber(uint16_t port)
88 { 88 {
89 port_ = port; 89 port_ = port;
90 } 90 }
91 91
92 ModalityManufacturer GetManufacturer() const 92 ModalityManufacturer GetManufacturer() const