VirtualBox

Changeset 64294 in vbox for trunk/src/VBox/Devices/USB/os2


Ignore:
Timestamp:
Oct 17, 2016 11:34:36 AM (8 years ago)
Author:
vboxsync
Message:

VUSB: Doxygen fixes

File:
1 edited

Legend:

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

    r63562 r64294  
    596596
    597597
    598 /**
    599  * Reset a device.
    600  *
    601  * @returns VBox status code.
    602  * @param   pDev    The device to reset.
    603  */
     598/** @interface_method_impl{USBPROXYBACK,pfnReset} */
    604599static int usbProxyOs2Reset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux)
    605600{
     
    703698 * @interface_method_impl{USBPROXYBACK,pfnUrbQueue}
    704699 */
    705 static int usbProxyOs2UrbQueue(PVUSBURB pUrb)
    706 {
    707     PUSBPROXYDEV    pProxyDev = (PUSBPROXYDEV)pUrb->pDev;
     700static int usbProxyOs2UrbQueue(PUSBPROXYDEV pProxyDev, PVUSBURB pUrb)
     701{
    708702    PUSBPROXYDEVOS2 pDevOs2 = (PUSBPROXYDEVOS2)pProxyDev->Backend.pv;
    709703    LogFlow(("usbProxyOs2UrbQueue: pProxyDev=%s pUrb=%p EndPt=%d cbData=%d\n",
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