| 2332 | |
| 2333 | |
| 2334 | void cClientHandle::SendDisplayObjective(const AString & a_Objective, cScoreboard::eDisplaySlot a_Display) |
| 2335 | { |
| 2336 | m_Protocol->SendDisplayObjective(a_Objective, a_Display); |
| 2337 | } |
| 2338 | |
| 2339 | |
| 2340 |
no outgoing calls
no test coverage detected