| 181 | } |
| 182 | |
| 183 | void ConnInfoUI::OnClick(TNotifyUI& msg) |
| 184 | { |
| 185 | if (msg.pSender == m_pRfhBtn) |
| 186 | { |
| 187 | OnRfhConnInfo(msg); |
| 188 | } |
| 189 | else if (msg.pSender == m_pAddBtn) |
| 190 | { |
| 191 | OnAddConnInfo(msg); |
| 192 | } |
| 193 | else if (msg.pSender == m_pDelBtn) |
| 194 | { |
| 195 | OnDelConnInfo(msg); |
| 196 | } |
| 197 | else if (msg.pSender == m_pAltBtn) |
| 198 | { |
| 199 | OnAltConnInfo(msg); |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | void ConnInfoUI::OnSelectChanged( TNotifyUI &msg ) |
| 204 | { |
nothing calls this directly
no outgoing calls
no test coverage detected