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

Method GetClientShortInfo

src/BaseClient.cpp:2320–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2318#endif
2319
2320wxString CUpDownClient::GetClientShortInfo()
2321{
2322 if (m_clientVerString.IsEmpty()) {
2323 ReGetClientSoft();
2324 }
2325
2326 return CFormat( "'%s' (%s %s %s)" )
2327 % ( m_Username.IsEmpty() ? wxString(_("Unknown")) : m_Username )
2328 % m_clientSoftString
2329 % m_clientVerString
2330 % m_strModVersion;
2331}
2332
2333
2334void CUpDownClient::SendPublicIPRequest()

Callers 1

EvaluateDataMethod · 0.80

Calls 3

CFormatClass · 0.85
wxStringClass · 0.70
IsEmptyMethod · 0.45

Tested by

no test coverage detected