- Timestamp:
- Nov 19, 2013 2:12:59 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90742
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r49293 r49552 5707 5707 rc = task.pProgress->WaitForAsyncProgressCompletion(pProgress2); 5708 5708 if (FAILED(rc)) throw rc; 5709 /* Check the result of the asynchron yprocess. */5709 /* Check the result of the asynchronous process. */ 5710 5710 LONG iRc; 5711 5711 rc = pProgress2->COMGETTER(ResultCode)(&iRc); … … 5715 5715 if (FAILED(iRc)) 5716 5716 throw setError(ProgressErrorInfo(pProgress2)); 5717 5718 /* Close the medium, deliberately without checking the return 5719 * code, and without leaving any trace in the error info, as 5720 * a failure here is a very minor issue, which shouldn't happen 5721 * as above we even managed to delete the medium. */ 5722 { 5723 ErrorInfoKeeper eik; 5724 pMedium->Close(); 5725 } 5717 5726 } 5718 5727 setMachineState(oldState);
Note:
See TracChangeset
for help on using the changeset viewer.