| 1526 | } |
| 1527 | |
| 1528 | ProgressResult ProgressDialog::Poll( |
| 1529 | unsigned long long numerator, unsigned long long denominator, |
| 1530 | const TranslatableString& message) |
| 1531 | { |
| 1532 | return Update(numerator, denominator, message); |
| 1533 | } |
| 1534 | |
| 1535 | // |
| 1536 | // Update the time and, optionally, the message |
no test coverage detected