| 389 | } |
| 390 | |
| 391 | void CHUDManager::OnConnected() |
| 392 | { |
| 393 | if (b_online) |
| 394 | return; |
| 395 | b_online = true; |
| 396 | if (pUI) |
| 397 | { |
| 398 | Device.seqFrame.Add(pUI, REG_PRIORITY_LOW - 1000); |
| 399 | } |
| 400 | } |
| 401 | |
| 402 | void CHUDManager::net_Relcase(CObject* object) |
| 403 | { |
no test coverage detected