---------------------------------------------------------------------------
| 537 | } |
| 538 | //--------------------------------------------------------------------------- |
| 539 | AnsiString TUDP::GetLocalAddr(void) |
| 540 | { |
| 541 | return inet_ntoa(localAddr.sin_addr); |
| 542 | } |
| 543 | //--------------------------------------------------------------------------- |
| 544 | WORD TUDP::GetLocalPort(void) |
| 545 | { |
nothing calls this directly
no outgoing calls
no test coverage detected