| 33 | } |
| 34 | |
| 35 | CDuiString* CTextUI::GetLinkContent(int iIndex) |
| 36 | { |
| 37 | if( iIndex >= 0 && iIndex < m_nLinks ) return &m_sLinks[iIndex]; |
| 38 | return NULL; |
| 39 | } |
| 40 | |
| 41 | void CTextUI::DoEvent(TEventUI& event) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected