VirtualBox

Ignore:
Timestamp:
Dec 2, 2009 2:34:47 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55564
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r24989 r25149  
    350350     *  @code
    351351     *      AutoCaller autoCaller(this);
    352      *      CheckComRCReturnRC(autoCaller.rc());
     352     *      if (FAILED(autoCaller.rc())) return autoCaller.rc();
    353353     *
    354354     *      Machine::AutoStateDependency<MutableStateDep> adep(mParent);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette