Changeset 17669 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Mar 11, 2009 9:56:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r16867 r17669 345 345 hardDisk->GetId(&vdiUUID); 346 346 rc = machine->AttachHardDisk(*vdiUUID, 347 StorageBus::IDE, // controler identifier348 0, // channel number on the controller349 0); // device number on the controller347 NS_LITERAL_STRING("IDE").get(), // controler identifier 348 0, // channel number on the controller 349 0); // device number on the controller 350 350 nsMemory::Free(vdiUUID); 351 351 if (NS_FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.