mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
[AFV] Ref T739, context function to unregister per identifier
This commit is contained in:
committed by
Mat Sutcliffe
parent
134c805990
commit
8a89b8f261
@@ -44,9 +44,10 @@ namespace BlackCore
|
||||
// Interface implementations for DBus
|
||||
//! \publicsection
|
||||
//! @{
|
||||
virtual BlackMisc::Audio::CAudioDeviceInfoList getRegisteredDevices() const override;
|
||||
virtual void registerDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices) override;
|
||||
virtual void unRegisterDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices) override;
|
||||
virtual BlackMisc::Audio::CAudioDeviceInfoList getRegisteredDevices() const override;
|
||||
virtual void unRegisterDevicesFor(const BlackMisc::CIdentifier &identifier) override;
|
||||
//! @}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user