Changeset 62192 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 12, 2016 12:48:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r62105 r62192 6076 6076 { 6077 6077 if ( (aConnectionType <= StorageBus_Null) 6078 || (aConnectionType > StorageBus_ USB))6078 || (aConnectionType > StorageBus_PCIe)) 6079 6079 return setError(E_INVALIDARG, 6080 6080 tr("Invalid connection type: %d"),
Note:
See TracChangeset
for help on using the changeset viewer.