| 561 | } |
| 562 | |
| 563 | void ServerHighlight(CServer* NOT_ON_DAEMON(server), bool NOT_ON_DAEMON(highlight)) |
| 564 | { |
| 565 | #ifndef AMULE_DAEMON |
| 566 | if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) { |
| 567 | theApp->amuledlg->m_serverwnd->serverlistctrl->HighlightServer(server, highlight); |
| 568 | } |
| 569 | #endif |
| 570 | } |
| 571 | |
| 572 | void ServerFreeze() |
| 573 | { |
nothing calls this directly
no test coverage detected