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

Function SharedFilesEndBulkUpdate

src/GuiEvents.cpp:484–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

EndBulkUpdateMethod · 0.80

Tested by

no test coverage detected