Changeset 3891 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 26, 2007 6:28:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r3720 r3891 383 383 const char *pszPath, bool fPassthrough); 384 384 385 #if 1 385 386 HRESULT attachUSBDevice (IUSBDevice *aHostDevice, PVUSBIRHCONFIG aConfig); 386 387 HRESULT detachUSBDevice (USBDeviceList::iterator &aIt); … … 390 391 PVUSBIRHCONFIG aConfig, PCRTUUID aUuid, bool aRemote, 391 392 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. */ 392 401 static DECLCALLBACK(int) 393 402 usbDetachCallback (Console *that, USBDeviceList::iterator *aIt, … … 535 544 } 536 545 mCallbackData; 537 546 538 547 friend struct VMTask; 539 548 };
Note:
See TracChangeset
for help on using the changeset viewer.