Changeset 15596 in vbox
- Timestamp:
- Dec 16, 2008 3:59:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDisk2Impl.cpp
r15594 r15596 3387 3387 ComAssertRCThrow (vrc, E_FAIL); 3388 3388 3389 Guid id = that->m.id; 3389 3390 Utf8Str format (that->mm.format); 3390 3391 Utf8Str location (that->m.locationFull); … … 3392 3393 Utf8Str targetFormat (target->mm.format); 3393 3394 Utf8Str targetLocation (target->m.locationFull); 3394 3395 Guid thatId = that->m.id;3396 3395 3397 3396 Assert (target->m.state == MediaState_Creating); … … 3428 3427 VD_IMAGE_FLAGS_NONE, 3429 3428 NULL, targetId.raw(), 3430 thatId.raw(),3429 id.raw(), 3431 3430 VD_OPEN_FLAGS_NORMAL, 3432 3431 target->mm.vdDiskIfaces,
Note:
See TracChangeset
for help on using the changeset viewer.