- Timestamp:
- Jul 30, 2007 7:51:17 PM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r3217 r3928 589 589 /* usb filters page */ 590 590 591 /// @todo currently, we always disable USB UI on XPCOM-based hosts because592 /// QueryInterface on CUSBDeviceFilter doesn't return CHostUSBDeviceFilter593 /// for host filters (most likely, our XPCOM/IPC/DCONNECT bug).594 595 591 #ifdef DEBUG_dmik 596 #ifdef Q_OS_WIN32597 592 CHost host = vboxGlobal().virtualBox().GetHost(); 598 593 CHostUSBDeviceFilterCollection coll = host.GetUSBDeviceFilters(); … … 600 595 { 601 596 #endif 602 #endif603 597 /* disable the USB host filters category if the USB is 604 598 * not available (i.e. in VirtualBox OSE) */ … … 612 606 613 607 #ifdef DEBUG_dmik 614 #ifdef Q_OS_WIN32615 608 /* Show an error message (if there is any). 616 609 * This message box may be suppressed if the user wishes so. */ … … 629 622 lvUSBFilters_currentChanged (lvUSBFilters->firstChild()); 630 623 } 631 #endif632 624 #endif 633 625 … … 1035 1027 /* fix for usb page */ 1036 1028 1037 /// @todo currently, we always disable USB UI on XPCOM-based hosts because1038 /// QueryInterface on CUSBDeviceFilter doesn't return CHostUSBDeviceFilter1039 /// for host filters (most likely, our XPCOM/IPC/DCONNECT bug).1040 1041 1029 #ifdef DEBUG_dmik 1042 #ifdef Q_OS_WIN321043 1030 CHost host = vboxGlobal().virtualBox().GetHost(); 1044 1031 CHostUSBDeviceFilterCollection coll = host.GetUSBDeviceFilters(); … … 1046 1033 { 1047 1034 #endif 1048 #endif1049 1035 /* disable the USB host filters category if the USB is 1050 1036 * not available (i.e. in VirtualBox OSE) */ … … 1058 1044 1059 1045 #ifdef DEBUG_dmik 1060 #ifdef Q_OS_WIN321061 1046 } 1062 1047 #endif 1063 #endif 1064 } 1048 } -
trunk/src/VBox/Main/linux/server.cpp
r3668 r3928 165 165 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(HostUSBDevice, IUSBDevice, IHostUSBDevice) 166 166 NS_DECL_CLASSINFO(HostUSBDeviceFilter) 167 NS_IMPL_THREADSAFE_ISUPPORTS 1_CI(HostUSBDeviceFilter, IHostUSBDeviceFilter)167 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(HostUSBDeviceFilter, IUSBDeviceFilter, IHostUSBDeviceFilter) 168 168 NS_DECL_CLASSINFO(AudioAdapter) 169 169 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(AudioAdapter, IAudioAdapter)
Note:
See TracChangeset
for help on using the changeset viewer.