| 2098 | // |
| 2099 | |
| 2100 | CListContainerElementUI::CListContainerElementUI() : |
| 2101 | m_iIndex(-1), |
| 2102 | m_pOwner(NULL), |
| 2103 | m_bSelected(false), |
| 2104 | m_uButtonState(0) |
| 2105 | { |
| 2106 | } |
| 2107 | |
| 2108 | LPCTSTR CListContainerElementUI::GetClass() const |
| 2109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected