Changeset 41120 in vbox for trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
- Timestamp:
- May 2, 2012 2:55:59 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77728
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
r41106 r41120 627 627 /** @todo: Maybe too cost-intensive; try to find a lighter way */ 628 628 while ( RTPathExists(tmpName) 629 || mVirtualBox-> FindMedium(Bstr(tmpName).raw(), DeviceType_HardDisk, &harddisk) != VBOX_E_OBJECT_NOT_FOUND629 || mVirtualBox->OpenMedium(Bstr(tmpName).raw(), DeviceType_HardDisk, AccessMode_ReadWrite, FALSE /* fForceNewUuid */, &harddisk) 630 630 ) 631 631 {
Note:
See TracChangeset
for help on using the changeset viewer.