VirtualBox

Ignore:
Timestamp:
May 5, 2008 2:45:38 PM (17 years ago)
Author:
vboxsync
Message:

r=bird: SATA todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r8581 r8602  
    16581658    /* The device property is not used for SATA yet. Thus it is always zero. */
    16591659    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. */
    16611661
    16621662    AutoCaller autoCaller (this);
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