---------------------------------------------------------------------------
| 149 | } |
| 150 | //--------------------------------------------------------------------------- |
| 151 | WORD MSocket::GetRemotePort(void) |
| 152 | { |
| 153 | return htons(destAddr.sin_port); |
| 154 | } |
| 155 | //--------------------------------------------------------------------------- |
| 156 | AnsiString MSocket::GetRemoteAddrPort(void) |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected