---------------------------------------------------------------------------
| 127 | } |
| 128 | //--------------------------------------------------------------------------- |
| 129 | AnsiString MSocket::GetLocalAddr(void) |
| 130 | { |
| 131 | return inet_ntoa(localAddr.sin_addr); |
| 132 | } |
| 133 | //--------------------------------------------------------------------------- |
| 134 | WORD MSocket::GetLocalPort(void) |
| 135 | { |
nothing calls this directly
no outgoing calls
no test coverage detected