| 472 | |
| 473 | |
| 474 | void SharedFilesBeginBulkUpdate() |
| 475 | { |
| 476 | #ifndef AMULE_DAEMON |
| 477 | if (theApp->amuledlg && theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) { |
| 478 | theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->BeginBulkUpdate(); |
| 479 | } |
| 480 | #endif |
| 481 | } |
| 482 | |
| 483 | |
| 484 | void SharedFilesEndBulkUpdate() |
nothing calls this directly
no test coverage detected