VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:05:03 PM (8 years ago)
Author:
vboxsync
Message:

scm: cleaning up todos

Location:
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp

    r62714 r63564  
    182182    {
    183183        AssertFailed();
    184         /* todo: return more appropriate status ?? */
     184        /** @todo return more appropriate status ?? */
    185185        return STATUS_UNSUCCESSFUL;
    186186    }
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp

    r63549 r63564  
    11551155                break;
    11561156            case ((USBD_STATUS)0xC0010000L): // USBD_STATUS_CANCELED - too bad usbdi.h and usb.h aren't consistent!
    1157                 // TODO: What the heck are we really supposed to do here?
     1157                /// @todo What the heck are we really supposed to do here?
    11581158                pUrbInfo->error = USBSUP_XFER_STALL;
    11591159                Status = STATUS_SUCCESS;
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