VirtualBox

Changeset 33774 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 4, 2010 3:01:55 PM (14 years ago)
Author:
vboxsync
Message:

ErrorInfo.cpp: Use assertreturnvoid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/ErrorInfo.cpp

    r33407 r33774  
    191191                     bool aKeepObj /* = false */)
    192192{
    193     Assert(aI);
    194     if (!aI)
    195         return;
     193    AssertReturnVoid(aI);
    196194
    197195#if !defined(VBOX_WITH_XPCOM)
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