Changeset 15591 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 16, 2008 2:46:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDisk2Impl.cpp
r15568 r15591 3371 3371 3372 3372 /* The object may request a specific UUID (through a special form of 3373 * the setLocation() argume t). Otherwise we have to generate it */3373 * the setLocation() argument). Otherwise we have to generate it */ 3374 3374 Guid targetId = target->m.id; 3375 3375 bool generateUuid = targetId.isEmpty(); … … 3426 3426 VD_IMAGE_FLAGS_NONE, 3427 3427 NULL, targetId.raw(), 3428 NULL /******/, 3428 3429 VD_OPEN_FLAGS_NORMAL, 3429 3430 target->mm.vdDiskIfaces,
Note:
See TracChangeset
for help on using the changeset viewer.