| 33 | //------------------------------------------------------------------------------ |
| 34 | |
| 35 | ProgressReporter::ProgressReporter() : |
| 36 | percent_(-1), // Force first update to display 0% |
| 37 | seconds_(-1) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected