Changeset 5721 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 13, 2007 12:15:51 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r5713 r5721 404 404 const char *pszPath, bool fPassthrough); 405 405 406 #ifndef VBOX_WITH_PDMUSB407 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. */418 406 HRESULT attachUSBDevice (IUSBDevice *aHostDevice, ULONG aMaskedIfs); 419 407 HRESULT detachUSBDevice (USBDeviceList::iterator &aIt); … … 424 412 static DECLCALLBACK(int) 425 413 usbDetachCallback (Console *that, USBDeviceList::iterator *aIt, PCRTUUID aUuid); 426 #endif /* PDMUsb coding. */427 414 428 415 static DECLCALLBACK (int)
Note:
See TracChangeset
for help on using the changeset viewer.