VirtualBox

Ignore:
Timestamp:
Nov 25, 2008 3:59:35 PM (16 years ago)
Author:
vboxsync
Message:

Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also replaced E_UNEXPECTED with E_FAIL in all Assert* statements (for consistency).

File:
1 edited

Legend:

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

    r13659 r14579  
    5757    /* Enclose the state transition NotReady->InInit->Ready */
    5858    AutoInitSpan autoInitSpan (this);
    59     AssertReturn (autoInitSpan.isOk(), E_UNEXPECTED);
     59    AssertReturn (autoInitSpan.isOk(), E_FAIL);
    6060
    6161    HRESULT hrc = aUSBDevice->COMGETTER(VendorId)(&unconst (mData.vendorId));
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