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