VirtualBox

Changeset 13835 in vbox for trunk/src/VBox/Frontends/VBoxFB


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/Frontends/VBoxFB/VBoxFB.cpp

    r11662 r13835  
    8484            {
    8585                // UUID as string, parse it
    86                 if (!VBOX_SUCCESS(RTUuidFromStr((PRTUUID)&uuid, optarg)))
     86                if (!RT_SUCCESS(RTUuidFromStr((PRTUUID)&uuid, optarg)))
    8787                {
    8888                    printf("Error, invalid UUID format given!\n");
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