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

Function SourceCtrlUpdateSource

src/GuiEvents.cpp:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 void SourceCtrlUpdateSource(uint32 NOT_ON_DAEMON(source), SourceItemType NOT_ON_DAEMON(type))
215 {
216#ifndef AMULE_DAEMON
217 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->clientlistctrl) {
218 theApp->amuledlg->m_transferwnd->clientlistctrl->UpdateItem(source, type);
219 }
220#endif
221 }
222
223 void SourceCtrlAddSource(CPartFile* NOT_ON_DAEMON(owner), CClientRef NOT_ON_DAEMON(source), SourceItemType NOT_ON_DAEMON(type))
224 {

Callers

nothing calls this directly

Calls 1

UpdateItemMethod · 0.45

Tested by

no test coverage detected