MCPcopy Create free account
hub / github.com/amule-project/amule / GetClientFullInfo

Method GetClientFullInfo

src/BaseClient.cpp:2304–2317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2302
2303#ifdef __DEBUG__
2304wxString CUpDownClient::GetClientFullInfo()
2305{
2306 if (m_clientVerString.IsEmpty()) {
2307 ReGetClientSoft();
2308 }
2309
2310 return CFormat( "Client %s on IP:Port %s:%d using %s %s %s" )
2311 % ( m_Username.IsEmpty() ? wxString(_("Unknown")) : m_Username )
2312 % GetFullIP()
2313 % GetUserPort()
2314 % m_clientSoftString
2315 % m_clientVerString
2316 % m_strModVersion;
2317}
2318#endif
2319
2320wxString CUpDownClient::GetClientShortInfo()

Callers 5

EvaluateDataMethod · 0.80
PacketReceivedMethod · 0.80
RequestAICHRecoveryMethod · 0.80
DebugClientOutputMethod · 0.80

Calls 3

CFormatClass · 0.85
wxStringClass · 0.70
IsEmptyMethod · 0.45

Tested by

no test coverage detected