| 1320 | } |
| 1321 | |
| 1322 | void CListHeaderItemUI::SetSepImage(LPCTSTR pStrImage) |
| 1323 | { |
| 1324 | m_sSepImage = pStrImage; |
| 1325 | Invalidate(); |
| 1326 | } |
| 1327 | |
| 1328 | void CListHeaderItemUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue) |
| 1329 | { |
no outgoing calls
no test coverage detected