| 1304 | } |
| 1305 | |
| 1306 | LPCTSTR CListHeaderItemUI::GetFocusedImage() const |
| 1307 | { |
| 1308 | return m_sFocusedImage; |
| 1309 | } |
| 1310 | |
| 1311 | void CListHeaderItemUI::SetFocusedImage(LPCTSTR pStrImage) |
| 1312 | { |
nothing calls this directly
no outgoing calls
no test coverage detected