| 2395 | } |
| 2396 | |
| 2397 | void CUpDownClient::SetUserIDHybrid(uint32 nUserID) |
| 2398 | { |
| 2399 | theApp->clientlist->UpdateClientID( this, nUserID ); |
| 2400 | |
| 2401 | m_nUserIDHybrid = nUserID; |
| 2402 | } |
| 2403 | |
| 2404 | |
| 2405 | void CUpDownClient::SetIP( uint32 val ) |
no test coverage detected