VirtualBox

Changeset 58099 in vbox


Ignore:
Timestamp:
Oct 7, 2015 3:03:14 PM (9 years ago)
Author:
vboxsync
Message:

com/assert.h: Cleanup fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/assert.h

    r58098 r58099  
    9090 *  @param ThrowMeExpr  The expression which result to be thrown on failure.
    9191 */
    92 #define AssertComRCThrow(hrc, ThrowObjExpr) \
     92#define AssertComRCThrow(hrc, ThrowMeExpr) \
    9393    do { if (SUCCEEDED(hrc)) { /*likely*/} else { AssertComRCFailed(hrc); throw (ThrowMeExpr); } } while (0)
    9494
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