Searched refs:IsEmuleClient (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 DDownloadClient.cpp245 if (IsEmuleClient()) {
299 if (IsEmuleClient()) {
563 if (IsEmuleClient()) {
H A DUploadClient.cpp141 if ( (IsEmuleClient() || GetClientSoft() < 10) && m_byEmuleVersion <= 0x19) {
H A Dupdownclient.h190 bool IsEmuleClient() const { return (m_byEmuleVersion > 0);} function in class:CUpDownClient
H A DKnownFile.cpp1209 (pClient && pClient->IsEmuleClient() && pClient->GetVersion() >= MAKE_CLIENT_VERSION(0,42,7))

Completed in 185 milliseconds