Changeset 8602 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- May 5, 2008 2:45:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r8581 r8602 1658 1658 /* The device property is not used for SATA yet. Thus it is always zero. */ 1659 1659 if ((aBus == StorageBus_SATA) && (aDevice != 0)) 1660 AssertMsgFailed(("Invalid aDevice %d\n", aDevice)); 1660 AssertMsgFailed(("Invalid aDevice %d\n", aDevice)); /** @todo r=bird: You don't assert on bad input, you return E_FAIL or E_INVALIDARG via setError()! This is what is referred to in comments 9 and 5. */ 1661 1661 1662 1662 AutoCaller autoCaller (this);
Note:
See TracChangeset
for help on using the changeset viewer.