Update the file position text INPUT: - strText = File position text
| 5804 | // - strText = File position text |
| 5805 | // |
| 5806 | void CimgDecode::SetStatusFilePosText(CString strText) |
| 5807 | { |
| 5808 | m_strStatusFilePos = strText; |
| 5809 | } |
| 5810 | |
| 5811 | // Fetch the file position text |
| 5812 | // |
no outgoing calls
no test coverage detected