| 1271 | } |
| 1272 | |
| 1273 | LPCTSTR CListHeaderItemUI::GetNormalImage() const |
| 1274 | { |
| 1275 | return m_sNormalImage; |
| 1276 | } |
| 1277 | |
| 1278 | void CListHeaderItemUI::SetNormalImage(LPCTSTR pStrImage) |
| 1279 | { |
nothing calls this directly
no outgoing calls
no test coverage detected