Changeset 37681 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jun 29, 2011 11:30:07 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r37680 r37681 4669 4669 rc = pMedium->DeleteStorage(pProgress2.asOutParam()); 4670 4670 if (FAILED(rc)) throw rc; 4671 rc = pProgress2->WaitForCompletion(-1); 4672 // rc = task.pProgress->WaitForAsyncProgressCompletion(pProgress2); 4671 rc = task.pProgress->WaitForAsyncProgressCompletion(pProgress2); 4673 4672 if (FAILED(rc)) throw rc; 4674 4673 /* Check the result of the asynchrony process. */
Note:
See TracChangeset
for help on using the changeset viewer.