Changeset 56615 in vbox
- Timestamp:
- Jun 24, 2015 9:26:53 AM (9 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r56583 r56615 3896 3896 CFGMR3Dump(pCtlInst); 3897 3897 } 3898 #ifdef VBOX_WITH_USB 3898 3899 else 3899 3900 { … … 3911 3912 pThis->mUSBStorageDevices.erase(it); 3912 3913 } 3914 #endif 3913 3915 3914 3916 LogFlowFunc(("Returning %Rrc\n", rcRet)); -
trunk/src/VBox/Main/src-server/HostImpl.cpp
r55967 r56615 28 28 # include "USBDeviceFilterImpl.h" 29 29 # include "USBProxyService.h" 30 #else 31 # include "VirtualBoxImpl.h" 30 32 #endif // VBOX_WITH_USB 31 33 … … 1647 1649 1648 1650 #else /* !VBOX_WITH_USB */ 1649 NOREF(a Address);1651 NOREF(aName); 1650 1652 NOREF(aDevice); 1651 1653 return E_NOTIMPL;
Note:
See TracChangeset
for help on using the changeset viewer.