Changeset 67205 in vbox for trunk/src/VBox/Main/src-server/MediumImpl.cpp
- Timestamp:
- Jun 1, 2017 12:20:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r67203 r67205 6103 6103 RTVFSFSSTREAM hVfsFssDst /*, const ComObjPtr<Progress> &aProgress*/) 6104 6104 { 6105 6106 //RT_NOREF(aProgress); /** @todo fix progress object. */ 6105 /** @todo fix progress object. */ 6107 6106 6108 6107 /* 6109 * Build the source lock list .6108 * Build the source lock list and lock the images. 6110 6109 */ 6111 6110 MediumLockList SourceMediumLockList; … … 6115 6114 NULL, 6116 6115 SourceMediumLockList); 6116 if (SUCCEEDED(rc)) 6117 rc = SourceMediumLockList.Lock(); 6117 6118 if (FAILED(rc)) 6118 6119 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.