| 1293 | } |
| 1294 | |
| 1295 | LPCTSTR CListHeaderItemUI::GetPushedImage() const |
| 1296 | { |
| 1297 | return m_sPushedImage; |
| 1298 | } |
| 1299 | |
| 1300 | void CListHeaderItemUI::SetPushedImage(LPCTSTR pStrImage) |
| 1301 | { |
nothing calls this directly
no outgoing calls
no test coverage detected