Changeset 24525 in vbox
- Timestamp:
- Nov 9, 2009 7:02:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r24522 r24525 1441 1441 if (FAILED(rc)) throw rc; 1442 1442 1443 rc = pNewMachine->AttachDevice(bstrName .raw(), (PRInt32)0, (PRInt32)0, (ULONG)DeviceType_Floppy, Bstr("").raw());1443 rc = pNewMachine->AttachDevice(bstrName, 0, 0, DeviceType_Floppy, Bstr("")); 1444 1444 if (FAILED(rc)) throw rc; 1445 1445 }
Note:
See TracChangeset
for help on using the changeset viewer.