Changeset 20237 in vbox
- Timestamp:
- Jun 3, 2009 4:25:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48092
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r20206 r20237 1016 1016 * (w/o treating it as a failure), for example, as in OSE. */ 1017 1017 NOREF(aUSBDevices); 1018 # ifndef RT_OS_WINDOWS 1018 1019 NOREF(aUSBDevicesSize); 1020 # endif 1019 1021 ReturnComNotImplemented(); 1020 1022 #endif … … 1041 1043 * (w/o treating it as a failure), for example, as in OSE. */ 1042 1044 NOREF(aUSBDeviceFilters); 1045 # ifndef RT_OS_WINDOWS 1043 1046 NOREF(aUSBDeviceFiltersSize); 1047 # endif 1044 1048 ReturnComNotImplemented(); 1045 1049 #endif -
trunk/src/VBox/Main/USBControllerImpl.cpp
r20206 r20237 376 376 #else 377 377 NOREF(aDevicesFilters); 378 # ifndef RT_OS_WINDOWS 378 379 NOREF(aDevicesFiltersSize); 380 # endif 379 381 ReturnComNotImplemented(); 380 382 #endif
Note:
See TracChangeset
for help on using the changeset viewer.