VirtualBox

Ignore:
Timestamp:
Mar 13, 2008 2:33:18 PM (17 years ago)
Author:
vboxsync
Message:

Main: Applied SATA changes from #2406. Increased XML settings version format from 1.2 to 1.3.pre.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp

    r7207 r7442  
    366366                    hardDisk->GetId(&vdiUUID);
    367367                    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
    370371                    nsMemory::Free(vdiUUID);
    371372                    if (NS_FAILED(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette