VirtualBox

Changeset 88628 in vbox for trunk/src


Ignore:
Timestamp:
Apr 21, 2021 10:37:57 AM (4 years ago)
Author:
vboxsync
Message:

DrvHostAudioDSoundMMNotifClient.h: Removed three functions not part of the IMMNotificationClient interface and made the inheritance public. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioDSoundMMNotifClient.h

    r88361 r88628  
    3939
    4040
    41 class DrvHostAudioDSoundMMNotifClient : IMMNotificationClient
     41class DrvHostAudioDSoundMMNotifClient : public IMMNotificationClient
    4242{
    4343public:
     
    7878    IFACEMETHODIMP OnDefaultDeviceChanged(EDataFlow flow, ERole role, LPCWSTR pwstrDefaultDeviceId);
    7979    IFACEMETHODIMP OnPropertyValueChanged(LPCWSTR /*pwstrDeviceId*/, const PROPERTYKEY /*key*/) { return S_OK; }
    80     IFACEMETHODIMP OnDeviceQueryRemove() { return S_OK; }
    81     IFACEMETHODIMP OnDeviceQueryRemoveFailed() { return S_OK; }
    82     IFACEMETHODIMP OnDeviceRemovePending() { return S_OK; }
    8380    /** @} */
    8481
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette