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

Function SharedCtrlRefreshClient

src/GuiEvents.cpp:250–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 void SharedCtrlRefreshClient(uint32 NOT_ON_DAEMON(client), SourceItemType NOT_ON_DAEMON(type))
251 {
252#ifndef AMULE_DAEMON
253 if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->peerslistctrl) {
254 theApp->amuledlg->m_sharedfileswnd->peerslistctrl->UpdateItem(client, type);
255 }
256#endif
257 }
258
259 void SharedCtrlRemoveClient(uint32 NOT_ON_DAEMON(source), const CKnownFile* NOT_ON_DAEMON(owner))
260 {

Callers

nothing calls this directly

Calls 1

UpdateItemMethod · 0.45

Tested by

no test coverage detected