| 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 | { |
nothing calls this directly
no test coverage detected