Searched refs:GetClientSoft (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUpDownClientEC.h84 uint8 GetClientSoft() const { return m_clientSoft; } function in class:CUpDownClient
H A DClientRef.cpp126 uint8 WRAPC(GetClientSoft)
H A DClientRef.h123 uint8 GetClientSoft() const;
H A DUploadClient.cpp141 if ( (IsEmuleClient() || GetClientSoft() < 10) && m_byEmuleVersion <= 0x19) {
324 theStats::AddUploadToSoft(GetClientSoft(), nPacketSize);
388 theStats::AddUploadToSoft(GetClientSoft(), nPacketSize);
589 // thePrefs.Add2SessionTransferData(GetClientSoft(), uUpStatsPort, false, true, sentBytesCompleteFile, (IsFriend() && GetFriendSlot()));
590 // thePrefs.Add2SessionTransferData(GetClientSoft(), uUpStatsPort, true, true, sentBytesPartFile, (IsFriend() && GetFriendSlot()));
H A Dupdownclient.h212 uint8 GetClientSoft() const { return m_clientSoft; } function in class:CUpDownClient
H A DECSpecialCoreTags.cpp266 AddTag(CECTag(EC_TAG_CLIENT_SOFTWARE, client->GetClientSoft()), valuemap);
H A DKnownFile.cpp1213 (pClient && pClient->GetClientSoft() == SO_AMULE && !pClient->GetClientOSInfo().IsEmpty())
H A DStatistics.cpp937 uint32 clientSoft = pClient->GetClientSoft();
H A DDownloadClient.cpp901 theStats::AddDownloadFromSoft(GetClientSoft(),size - header_size);
H A DGenericClientListCtrl.cpp767 switch ( client.GetClientSoft() ) {

Completed in 95 milliseconds