Changeset 7207 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Feb 28, 2008 6:43:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r5999 r7207 366 366 hardDisk->GetId(&vdiUUID); 367 367 rc = machine->AttachHardDisk(*vdiUUID, 368 DiskControllerType::IDE0 Controller, // controler identifier369 0); 368 DiskControllerType::IDE0, // controler identifier 369 0); // device number on the controller 370 370 nsMemory::Free(vdiUUID); 371 371 if (NS_FAILED(rc)) … … 424 424 * Last step: tell the VM to boot from the CD. 425 425 */ 426 rc = machine->SetBootOrder (1, DeviceType::DVD Device);426 rc = machine->SetBootOrder (1, DeviceType::DVD); 427 427 if (NS_FAILED(rc)) 428 428 {
Note:
See TracChangeset
for help on using the changeset viewer.