Searched refs:strReason (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 DClientTCPSocket.h51 void Disconnect(const wxString& strReason);
H A Dupdownclient.h163 bool Disconnected(const wxString& strReason, bool bFromSocket = false);
H A DBaseClient.cpp1263 bool CUpDownClient::Disconnected(const wxString& DEBUG_ONLY(strReason), bool bFromSocket)
1285 AddDebugLogLineN(logClient, wxT("Buddy client disconnected - ") + strReason);
1399 % m_nDownloadState % m_nUploadState % GetClientFullInfo() % strReason );
H A DClientTCPSocket.cpp253 void CClientTCPSocket::Disconnect(const wxString& strReason) argument
257 if (m_client->Disconnected(strReason, true)) {

Completed in 131 milliseconds