VirtualBox

Changeset 14558 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 25, 2008 9:42:15 AM (16 years ago)
Author:
vboxsync
Message:

#3285: Improve error handling API to include unique error numbers

File:
1 edited

Legend:

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

    r8155 r14558  
    442442            break;
    443443        default:
    444             return setError (E_FAIL,
     444            return setError (E_INVALIDARG,
    445445                tr("Invalid IDE controller type '%d'"),
    446446                aControllerType);
     
    715715        if (mPeer)
    716716        {
    717             // attach new data to the peer and reshare it
     717            // attach new data to the peer and re-share it
    718718            AutoWriteLock peerlock (mPeer);
    719719            mPeer->mData.attach (mData);
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