mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T730, context shutdown
* virtual function for "about to shutdown" * graceful shutdown
This commit is contained in:
committed by
Mat Sutcliffe
parent
857e3581b0
commit
f69edff5c0
@@ -86,6 +86,9 @@ namespace BlackCore
|
||||
//! Destructor
|
||||
virtual ~IContextAudio() override;
|
||||
|
||||
//! Graceful shutdown
|
||||
void gracefulShutdown();
|
||||
|
||||
// -------- parts which can run in core and GUI, referring to local voice client ------------
|
||||
|
||||
//! Reference to voice client
|
||||
|
||||
Reference in New Issue
Block a user