Changeset 37486 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 16, 2011 8:39:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r37485 r37486 6404 6404 if (fCanceled) return VERR_CANCELLED; 6405 6405 /* Set the new process. */ 6406 RTPrintf("stat %d %%\n", uPercentage);6407 6406 rc = pProgress->SetCurrentOperationProgress(uPercentage); 6408 6407 if (FAILED(rc)) return VERR_GENERAL_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.