| 2415 | |
| 2416 | |
| 2417 | void CUpDownClient::SetUserHash(const CMD4Hash& userhash) |
| 2418 | { |
| 2419 | theApp->clientlist->UpdateClientHash( this, userhash ); |
| 2420 | |
| 2421 | m_UserHash = userhash; |
| 2422 | |
| 2423 | ValidateHash(); |
| 2424 | } |
| 2425 | |
| 2426 | EUtf8Str CUpDownClient::GetUnicodeSupport() const |
| 2427 | { |
no test coverage detected