Changeset 5561 in vbox
- Timestamp:
- Oct 30, 2007 5:26:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r5539 r5561 4882 4882 4883 4883 USHORT portVersion = 1; 4884 #if 0 /* can't test this now */4885 4884 HRESULT hrc = aHostDevice->COMGETTER(PortVersion)(&portVersion); 4886 4885 AssertComRCReturn(hrc, VERR_GENERAL_FAILURE); 4887 4886 Assert(portVersion == 1 || portVersion == 2); 4888 #endif4889 4887 4890 4888 int vrc = PDMR3USBCreateProxyDevice (that->mpVM, aUuid, aRemote, aAddress, pvRemoteBackend,
Note:
See TracChangeset
for help on using the changeset viewer.