VirtualBox

Changeset 33590 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Oct 29, 2010 8:55:09 AM (14 years ago)
Author:
vboxsync
Message:

VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code removed.

Location:
trunk/src/VBox/Devices/USB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/USBProxyDevice.cpp

    r33540 r33590  
    781781        pThis->pOps = &g_USBProxyDeviceHost;
    782782    else
    783 #ifdef VBOX_WITH_VRDP
    784783        pThis->pOps = &g_USBProxyDeviceVRDP;
    785 #else
    786         return VERR_NOT_SUPPORTED;
    787 #endif
    788784    rc = pThis->pOps->pfnOpen(pThis, szAddress, pvBackend);
    789785    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/USB/USBProxyDevice.h

    r33540 r33590  
    140140/** The Host backend. */
    141141extern const USBPROXYBACK g_USBProxyDeviceHost;
    142 #ifdef VBOX_WITH_VRDP
    143 /** The VRDP backend. */
     142/** The remote desktop backend. */
    144143extern const USBPROXYBACK g_USBProxyDeviceVRDP;
    145 #endif /* VBOX_WITH_VRDP */
    146144
    147145#ifdef RDESKTOP
     
    211209        RTFILE File;
    212210        int fd;
    213 #ifdef VBOX_WITH_VRDP
    214211        struct vrdp_priv
    215212        {
     
    217214            void *pDevice;
    218215        } vrdp;
    219 #endif /* VBOX_WITH_VRDP */
    220216    } Backend;
    221217} USBPROXYDEV;
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