| 482 | |
| 483 | |
| 484 | void SharedFilesEndBulkUpdate() |
| 485 | { |
| 486 | #ifndef AMULE_DAEMON |
| 487 | if (theApp->amuledlg && theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) { |
| 488 | theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->EndBulkUpdate(); |
| 489 | } |
| 490 | #endif |
| 491 | } |
| 492 | |
| 493 | |
| 494 | void DownloadCtrlAddFile(CPartFile* file) |
nothing calls this directly
no test coverage detected