Changeset 35828 in vbox
- Timestamp:
- Feb 3, 2011 9:17:14 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69820
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r35827 r35828 164 164 if (fDelete) 165 165 { 166 do 167 { 168 ComPtr<IProgress> pProgress; 169 CHECK_ERROR_BREAK(machine, Delete(ComSafeArrayAsInParam(aMedia), pProgress.asOutParam())); 166 ComPtr<IProgress> pProgress; 167 CHECK_ERROR(machine, Delete(ComSafeArrayAsInParam(aMedia), pProgress.asOutParam())); 168 if (SUCCEEDED(rc)) 170 169 CHECK_ERROR(pProgress, WaitForCompletion(-1)); 171 } while (0);172 170 } 173 171 }
Note:
See TracChangeset
for help on using the changeset viewer.