Searched refs:CClientCreditsList (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCreditsList.h35 class CClientCreditsList class
38 CClientCreditsList();
39 ~CClientCreditsList();
H A DClientCreditsList.cpp49 CClientCreditsList::CClientCreditsList() function in class:CClientCreditsList
58 CClientCreditsList::~CClientCreditsList()
65 void CClientCreditsList::LoadList()
169 void CClientCreditsList::SaveList()
222 CClientCredits* CClientCreditsList::GetCredit(const CMD4Hash& key)
242 void CClientCreditsList::Process()
249 bool CClientCreditsList::CreateKeyPair()
282 void CClientCreditsList
[all...]
H A Damule.h61 class CClientCreditsList;
256 CClientCreditsList* clientcredits;
H A Damule.cpp54 #include "ClientCreditsList.h" // Needed for CClientCreditsList
510 clientcredits = new CClientCreditsList();

Completed in 127 milliseconds