Ref T739, make member of CAfvClient a "pointer"

* we can use forward declaration for m_voiceClient
* make IContextAudio -> BlackMisc::CIdentifiable
* removed delayedInitMicrophone, RR will move it to another place
This commit is contained in:
Klaus Basan
2019-10-09 14:56:04 +02:00
committed by Mat Sutcliffe
parent 3bf4eda702
commit ff33b59683
6 changed files with 89 additions and 84 deletions

View File

@@ -21,8 +21,7 @@ namespace BlackCore
namespace Context
{
CContextAudio::CContextAudio(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime) :
IContextAudio(mode, runtime),
CIdentifiable(this)
IContextAudio(mode, runtime)
{ }
CContextAudio *CContextAudio::registerWithDBus(CDBusServer *server)