Changeset 24436 in vbox
- Timestamp:
- Nov 6, 2009 12:28:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SystemPropertiesImpl.cpp
r24346 r24436 509 509 case StorageBus_IDE: 510 510 { 511 com::SafeArray<DeviceType_T> saDeviceTypes(2); 512 saDeviceTypes[0] = DeviceType_DVD; 513 saDeviceTypes[1] = DeviceType_HardDisk; 511 com::SafeArray<DeviceType_T> saDeviceTypes(1); 512 saDeviceTypes[0] = DeviceType_HardDisk; 514 513 saDeviceTypes.detachTo(ComSafeArrayOutArg(aDeviceTypes)); 515 514 break;
Note:
See TracChangeset
for help on using the changeset viewer.