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.

File:
1 edited

Legend:

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

    r13580 r13835  
    707707    Utf8Str locationFull;
    708708    int vrc = mVirtualBox->calculateFullPath (Utf8Str (aLocation), locationFull);
    709     if (VBOX_FAILURE (vrc))
     709    if (RT_FAILURE (vrc))
    710710        return setError (E_FAIL,
    711711            tr ("Invalid image file location '%ls' (%Vrc)"),
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