Changeset 33140 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Oct 14, 2010 4:20:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r31615 r33140 363 363 * Now assign it to our VM 364 364 */ 365 nsXPIDLString isoUUID;366 dvdImage->GetId(getter_Copies(isoUUID));367 365 rc = machine->MountMedium(NS_LITERAL_STRING("IDE Controller").get(), // controller identifier 368 366 2, // channel number on the controller 369 367 0, // device number on the controller 370 isoUUID,368 dvdImage, 371 369 PR_FALSE); // aForce 372 370 if (NS_FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.