VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:34:43 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38826
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/HardDisk2Impl.cpp

    r13580 r13835  
    13151315
    13161316        int vrc = mVirtualBox->calculateFullPath (location, location);
    1317         if (VBOX_FAILURE (vrc))
     1317        if (RT_FAILURE (vrc))
    13181318            return setError (E_FAIL,
    13191319                tr ("Invalid hard disk storage file location '%s' (%Vrc)"),
     
    22222222    Utf8Str locationFull;
    22232223    int vrc = mVirtualBox->calculateFullPath (location, locationFull);
    2224     if (VBOX_FAILURE (vrc))
     2224    if (RT_FAILURE (vrc))
    22252225        return setError (E_FAIL,
    22262226            tr ("Invalid hard disk storage file location '%s' (%Vrc)"),
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