VirtualBox

Changeset 13835 in vbox for trunk/src/VBox/RDP/client


Ignore:
Timestamp:
Nov 5, 2008 2:34:43 AM (17 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/RDP/client/vrdp/USBProxyDevice-linux.c

    r11610 r13835  
    905905             */
    906906            rc2 = usb_reset_logical_reconnect(pProxyDev);
    907             if (VBOX_FAILURE(rc2))
     907            if (RT_FAILURE(rc2))
    908908                usbProxLinuxUrbUnplugged(pProxyDev);
    909909            if (RT_SUCCESS(rc2))
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