Changeset 5741 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Nov 14, 2007 12:47:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r5721 r5741 404 404 const char *pszPath, bool fPassthrough); 405 405 406 #ifdef VBOX_WITH_USB 406 407 HRESULT attachUSBDevice (IUSBDevice *aHostDevice, ULONG aMaskedIfs); 407 408 HRESULT detachUSBDevice (USBDeviceList::iterator &aIt); … … 412 413 static DECLCALLBACK(int) 413 414 usbDetachCallback (Console *that, USBDeviceList::iterator *aIt, PCRTUUID aUuid); 415 #endif 414 416 415 417 static DECLCALLBACK (int)
Note:
See TracChangeset
for help on using the changeset viewer.