---------------------------------------------------------------------------
| 542 | } |
| 543 | //--------------------------------------------------------------------------- |
| 544 | WORD TUDP::GetLocalPort(void) |
| 545 | { |
| 546 | return htons(localAddr.sin_port); |
| 547 | } |
| 548 | //--------------------------------------------------------------------------- |
| 549 | AnsiString TUDP::GetLocalAddrPort(void) |
| 550 | { |
nothing calls this directly
no outgoing calls
no test coverage detected