VirtualBox

Ignore:
Timestamp:
Dec 2, 2009 2:34:47 PM (15 years ago)
Author:
vboxsync
Message:

Main: cleanup: remove all CheckComRC* macros (no functional change)

File:
1 edited

Legend:

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

    r21878 r25149  
    228228    ComPtr<IVirtualBoxErrorInfo> info;
    229229    nsresult rv = COMGETTER(Next) (info.asOutParam());
    230     CheckComRCReturnRC(rv);
     230    if (FAILED(rv)) return rv;
    231231    return info.queryInterfaceTo(aInner);
    232232}
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