Changeset 7442 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Mar 13, 2008 2:33:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r7207 r7442 366 366 hardDisk->GetId(&vdiUUID); 367 367 rc = machine->AttachHardDisk(*vdiUUID, 368 DiskControllerType::IDE0, // controler identifier 369 0); // device number on the controller 368 StorageBus::IDE, // controler identifier 369 0, // channel number on the controller 370 0); // device number on the controller 370 371 nsMemory::Free(vdiUUID); 371 372 if (NS_FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.