| 121 | } |
| 122 | |
| 123 | void Win32ProgressCallback::SetStatusText(const char* text) |
| 124 | { |
| 125 | BaseProgressCallback::SetStatusText(text); |
| 126 | Redraw(true); |
| 127 | } |
| 128 | |
| 129 | void Win32ProgressCallback::SetProgressRange(u32 range) |
| 130 | { |
no outgoing calls
no test coverage detected