---------------------------------------------------------------------------
| 144 | } |
| 145 | //--------------------------------------------------------------------------- |
| 146 | AnsiString MSocket::GetRemoteAddr(void) |
| 147 | { |
| 148 | return inet_ntoa(destAddr.sin_addr); |
| 149 | } |
| 150 | //--------------------------------------------------------------------------- |
| 151 | WORD MSocket::GetRemotePort(void) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected