Searched refs:AddSource (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.h121 void AddSource( CKnownFile* owner, const CClientRef& source, SourceItemType type );
H A DGuiEvents.cpp181 theApp->amuledlg->m_transferwnd->clientlistctrl->AddSource(owner, source, type);
199 theApp->amuledlg->m_sharedfileswnd->peerslistctrl->AddSource(owner, source, type);
H A DDownloadQueue.cpp681 sender->AddSource( source );
694 sender->AddSource( source );
754 sender->AddSource( source );
H A DPartFile.h226 * AddSource and DelSource takes care of calling this function when a source is
231 bool AddSource( CUpDownClient* client );
H A DDownloadClient.cpp1521 SwapTo->AddSource( this );
H A DGenericClientListCtrl.cpp231 void CGenericClientListCtrl::AddSource(CKnownFile* owner, const CClientRef& source, SourceItemType type) function in class:CGenericClientListCtrl
233 wxCHECK_RET(owner, wxT("NULL owner in CGenericClientListCtrl::AddSource"));
234 wxCHECK_RET(source.IsLinked(), wxT("Unlinked source in CGenericClientListCtrl::AddSource"));
H A DPartFile.cpp3485 bool CPartFile::AddSource( CUpDownClient* client )
3487 if (m_SrcList.insert(CCLIENTREF(client, wxT("CPartFile::AddSource"))).second) {
3597 bool CPartFile::AddSource(CUpDownClient* client)
3599 return m_SrcList.insert(CCLIENTREF(client, wxT("CPartFile::AddSource"))).second != 0;
H A Damule-remote-gui.cpp1432 client->m_reqfile->AddSource(client);
1434 Notify_SourceCtrlAddSource(client->m_reqfile, CCLIENTREF(client, wxT("AddSource")), A4AF_SOURCE);

Completed in 116 milliseconds