VirtualBox

Changeset 5721 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 13, 2007 12:15:51 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26082
Message:

Cleaned out some old (pre-PDMUSB) code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r5713 r5721  
    404404                                          const char *pszPath, bool fPassthrough);
    405405
    406 #ifndef VBOX_WITH_PDMUSB
    407     HRESULT attachUSBDevice (IUSBDevice *aHostDevice, PVUSBIRHCONFIG aConfig);
    408     HRESULT detachUSBDevice (USBDeviceList::iterator &aIt);
    409 
    410     static DECLCALLBACK(int)
    411     usbAttachCallback (Console *that, IUSBDevice *aHostDevice,
    412                        PVUSBIRHCONFIG aConfig, PCRTUUID aUuid, bool aRemote,
    413                        const char *aAddress, void *aRemoteBackend);
    414     static DECLCALLBACK(int)
    415     usbDetachCallback (Console *that, USBDeviceList::iterator *aIt,
    416                        PVUSBIRHCONFIG aConfig, PCRTUUID aUuid);
    417 #else /* PDMUsb coding. */
    418406    HRESULT attachUSBDevice (IUSBDevice *aHostDevice, ULONG aMaskedIfs);
    419407    HRESULT detachUSBDevice (USBDeviceList::iterator &aIt);
     
    424412    static DECLCALLBACK(int)
    425413    usbDetachCallback (Console *that, USBDeviceList::iterator *aIt, PCRTUUID aUuid);
    426 #endif /* PDMUsb coding. */
    427414
    428415    static DECLCALLBACK (int)
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