- Timestamp:
- Dec 10, 2013 5:22:44 PM (11 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r49871 r49872 812 812 * extended error info to indicate that USB is simply not available 813 813 * (w/o treating it as a failure), for example, as in OSE. */ 814 NOREF(aUSBDevice Filters);814 NOREF(aUSBDevices); 815 815 # ifndef RT_OS_WINDOWS 816 NOREF(aUSBDevice FiltersSize);816 NOREF(aUSBDevices); 817 817 # endif 818 818 ReturnComNotImplemented(); … … 898 898 NOREF(aUSBDeviceFilters); 899 899 # ifndef RT_OS_WINDOWS 900 NOREF(aUSBDeviceFilters Size);900 NOREF(aUSBDeviceFilters); 901 901 # endif 902 902 ReturnComNotImplemented(); -
trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp
r49871 r49872 531 531 } 532 532 533 HRESULT HostNetworkInterface:: HostNetworkInterface::enableDynamicIPConfig()533 HRESULT HostNetworkInterface::enableDynamicIPConfig() 534 534 { 535 535 #ifndef VBOX_WITH_HOSTNETIF_API
Note:
See TracChangeset
for help on using the changeset viewer.