Changeset 49951 in vbox for trunk/src/VBox/Main/src-server/xpcom
- Timestamp:
- Dec 17, 2013 11:44:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r49871 r49951 122 122 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SharedFolder, ISharedFolder) 123 123 124 NS_DECL_CLASSINFO(NetworkAdapter)125 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(NetworkAdapter, INetworkAdapter)126 127 NS_DECL_CLASSINFO(USBDeviceFilters)128 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(USBDeviceFilters, IUSBDeviceFilters)129 130 124 #ifdef VBOX_WITH_USB 131 NS_DECL_CLASSINFO(USBDeviceFilter)132 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(USBDeviceFilter, IUSBDeviceFilter)133 134 125 NS_DECL_CLASSINFO(HostUSBDevice) 135 126 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(HostUSBDevice, IUSBDevice, IHostUSBDevice) 136 127 137 NS_DECL_CLASSINFO(HostUSBDeviceFilter)138 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(HostUSBDeviceFilter, IUSBDeviceFilter, IHostUSBDeviceFilter)139 128 #endif 140 141 NS_DECL_CLASSINFO(SystemProperties)142 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SystemProperties, ISystemProperties)143 129 144 130 #ifdef VBOX_WITH_RESOURCE_USAGE_API
Note:
See TracChangeset
for help on using the changeset viewer.