| 76 | } |
| 77 | |
| 78 | void CProgressUI::SetForeImage(LPCTSTR pStrImage) |
| 79 | { |
| 80 | if( m_sForeImage == pStrImage ) return; |
| 81 | |
| 82 | m_sForeImage = pStrImage; |
| 83 | Invalidate(); |
| 84 | } |
| 85 | |
| 86 | void CProgressUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue) |
| 87 | { |
nothing calls this directly
no outgoing calls
no test coverage detected