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

Function SharedFilesBeginBulkUpdate

src/GuiEvents.cpp:474–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

BeginBulkUpdateMethod · 0.80

Tested by

no test coverage detected