Changeset 24550 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 10, 2009 1:51:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r24301 r24550 1162 1162 QString VBoxGlobal::toString (StorageSlot aSlot) const 1163 1163 { 1164 switch (aSlot.bus) 1165 { 1166 case KStorageBus_IDE: 1167 case KStorageBus_SATA: 1168 case KStorageBus_SCSI: 1169 case KStorageBus_Floppy: 1170 break; 1171 1172 default: 1173 { 1174 AssertMsgFailed (("Invalid bus type %d\n", aSlot.bus)); 1175 break; 1176 } 1177 } 1178 1164 1179 int maxPort = virtualBox().GetSystemProperties().GetMaxPortCountForStorageBus (aSlot.bus); 1165 1180 int maxDevice = virtualBox().GetSystemProperties().GetMaxDevicesPerPortForStorageBus (aSlot.bus);
Note:
See TracChangeset
for help on using the changeset viewer.