VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:34:43 AM (16 years ago)
Author:
vboxsync
Message:

s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS and VBOX_FAILURE have *NOT* been retired (because old habbits die hard) just sligtly deprecated.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r13580 r13835  
    34853485                                 srcAndMaskPtr, srcShapePtr, &mDarwinCursor);
    34863486        AssertRC (rc);
    3487         if (VBOX_SUCCESS (rc))
     3487        if (RT_SUCCESS (rc))
    34883488        {
    34893489            /** @todo check current mouse coordinates. */
     
    34913491            AssertRC (rc);
    34923492        }
    3493         ok = VBOX_SUCCESS (rc);
     3493        ok = RT_SUCCESS (rc);
    34943494        NOREF (srcShapePtrScan);
    34953495
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r13580 r13835  
    34623462        return true;
    34633463    int rc = DBGGuiCreate (csession.raw(), &dbg_gui);
    3464     if (VBOX_SUCCESS (rc))
     3464    if (RT_SUCCESS (rc))
    34653465    {
    34663466        dbgAdjustRelativePos();
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