---------------------------------------------------------------------------
| 554 | } |
| 555 | //--------------------------------------------------------------------------- |
| 556 | AnsiString TUDP::GetRemoteAddr(void) |
| 557 | { |
| 558 | return inet_ntoa(destAddr.sin_addr); |
| 559 | } |
| 560 | //--------------------------------------------------------------------------- |
| 561 | WORD TUDP::GetRemotePort(void) |
| 562 | { |
nothing calls this directly
no outgoing calls
no test coverage detected