| 266 | } |
| 267 | |
| 268 | void ServerRefresh(CServer* NOT_ON_DAEMON(server)) |
| 269 | { |
| 270 | #ifndef AMULE_DAEMON |
| 271 | if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) { |
| 272 | theApp->amuledlg->m_serverwnd->serverlistctrl->RefreshServer(server); |
| 273 | } |
| 274 | #endif |
| 275 | } |
| 276 | |
| 277 | void ChatUpdateFriend(CFriend * NOT_ON_DAEMON(toupdate)) |
| 278 | { |
nothing calls this directly
no test coverage detected