- Timestamp:
- Sep 13, 2017 5:37:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.cpp
r68683 r68749 133 133 STDMETHODIMP VBoxMMNotificationClient::OnDeviceAdded(LPCWSTR pwstrDeviceId) 134 134 { 135 RT_NOREF(pwstrDeviceId); 135 136 LogFunc(("%ls\n", pwstrDeviceId)); 136 137 return S_OK; … … 139 140 STDMETHODIMP VBoxMMNotificationClient::OnDeviceRemoved(LPCWSTR pwstrDeviceId) 140 141 { 142 RT_NOREF(pwstrDeviceId); 141 143 LogFunc(("%ls\n", pwstrDeviceId)); 142 144 return S_OK; … … 145 147 STDMETHODIMP VBoxMMNotificationClient::OnDefaultDeviceChanged(EDataFlow eFlow, ERole eRole, LPCWSTR pwstrDefaultDeviceId) 146 148 { 147 RT_NOREF(e Role, pwstrDefaultDeviceId);149 RT_NOREF(eFlow, eRole, pwstrDefaultDeviceId); 148 150 149 151 if (eFlow == eRender)
Note:
See TracChangeset
for help on using the changeset viewer.