Changeset 15594 in vbox
- Timestamp:
- Dec 16, 2008 3:05:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDisk2Impl.cpp
r15591 r15594 3393 3393 Utf8Str targetLocation (target->m.locationFull); 3394 3394 3395 Guid thatId = that->m.id; 3396 3395 3397 Assert (target->m.state == MediaState_Creating); 3396 3398 … … 3426 3428 VD_IMAGE_FLAGS_NONE, 3427 3429 NULL, targetId.raw(), 3428 NULL /******/,3430 thatId.raw(), 3429 3431 VD_OPEN_FLAGS_NORMAL, 3430 3432 target->mm.vdDiskIfaces,
Note:
See TracChangeset
for help on using the changeset viewer.