VirtualBox

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


Ignore:
Timestamp:
Jul 26, 2007 6:28:51 PM (18 years ago)
Author:
vboxsync
Message:

Some sketchy PDMUsb changes (disabled of course).

File:
1 edited

Legend:

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

    r3720 r3891  
    383383                                          const char *pszPath, bool fPassthrough);
    384384
     385#if 1
    385386    HRESULT attachUSBDevice (IUSBDevice *aHostDevice, PVUSBIRHCONFIG aConfig);
    386387    HRESULT detachUSBDevice (USBDeviceList::iterator &aIt);
     
    390391                       PVUSBIRHCONFIG aConfig, PCRTUUID aUuid, bool aRemote,
    391392                       const char *aAddress, void *aRemoteBackend);
     393#else /* PDMUsb coding. */
     394    HRESULT attachUSBDevice (IUSBDevice *aHostDevice);
     395    HRESULT detachUSBDevice (USBDeviceList::iterator &aIt);
     396
     397    static DECLCALLBACK(int)
     398    usbAttachCallback (Console *that, IUSBDevice *aHostDevice, PCRTUUID aUuid,
     399                       bool aRemote, const char *aAddress, void *aRemoteBackend);
     400#endif /* PDMUsb coding. */
    392401    static DECLCALLBACK(int)
    393402    usbDetachCallback (Console *that, USBDeviceList::iterator *aIt,
     
    535544    }
    536545    mCallbackData;
    537    
     546
    538547    friend struct VMTask;
    539548};
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