| 19 | } |
| 20 | |
| 21 | void AsyncRefreshProgressCallback::Cancel() |
| 22 | { |
| 23 | // Not atomic, but we don't need to cancel immediately. |
| 24 | m_cancelled = true; |
| 25 | } |
| 26 | |
| 27 | void AsyncRefreshProgressCallback::SetStatusText(const char* text) |
| 28 | { |
no outgoing calls
no test coverage detected