Changeset 23270 in vbox
- Timestamp:
- Sep 23, 2009 6:07:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r23257 r23270 1645 1645 } 1646 1646 1647 #ifdef VBOX_WITH_USB 1647 1648 USBProxyService* Host::usbProxyService() 1648 1649 { … … 1655 1656 } 1656 1657 1657 #ifdef VBOX_WITH_USB1658 1658 /** 1659 1659 * Called by setter methods of all USB device filters. … … 2224 2224 #endif // RT_OS_SOLARIS 2225 2225 2226 #ifdef VBOX_WITH_USB 2226 2227 ComObjPtr<HostUSBDeviceFilter> Host::getDependentChild (IHostUSBDeviceFilter *aFilter) 2227 2228 { … … 2233 2234 2234 2235 2235 #ifdef VBOX_WITH_USB2236 2236 /** 2237 2237 * Checks for the presense and status of the USB Proxy Service.
Note:
See TracChangeset
for help on using the changeset viewer.