---------------------------------------------------------------------------
| 559 | } |
| 560 | //--------------------------------------------------------------------------- |
| 561 | WORD TUDP::GetRemotePort(void) |
| 562 | { |
| 563 | return htons(destAddr.sin_port); |
| 564 | } |
| 565 | //--------------------------------------------------------------------------- |
| 566 | AnsiString TUDP::GetRemoteAddrPort(void) |
| 567 | { |
nothing calls this directly
no outgoing calls
no test coverage detected