Changeset 71376 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 19, 2018 4:43:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp
r71315 r71376 1008 1008 if (FAILED(rc)) throw rc; 1009 1009 1010 /* Drop lock early because IMedium::SetLocation needs to get the VirtualBox one. */ 1011 machineLock.release(); 1012 1010 1013 ComPtr<IProgress> moveDiskProgress; 1011 1014 rc = pMedium->SetLocation(bstrLocation.raw(), moveDiskProgress.asOutParam()); 1012 1015 /* Wait until the async process has finished. */ 1013 machineLock.release();1014 1016 1015 1017 rc = m_pProgress->WaitForAsyncProgressCompletion(moveDiskProgress);
Note:
See TracChangeset
for help on using the changeset viewer.