| 2610 | } |
| 2611 | |
| 2612 | void ReserveDestination::KeepDestination() |
| 2613 | { |
| 2614 | if (nIndex != -1) { |
| 2615 | m_spk_man->KeepDestination(nIndex, type); |
| 2616 | } |
| 2617 | nIndex = -1; |
| 2618 | address = CNoDestination(); |
| 2619 | } |
| 2620 | |
| 2621 | void ReserveDestination::ReturnDestination() |
| 2622 | { |
no test coverage detected