MCPcopy Create free account
hub / github.com/amule-project/amule / ServerRefresh

Function ServerRefresh

src/GuiEvents.cpp:268–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

RefreshServerMethod · 0.80

Tested by

no test coverage detected