From e2773d0816b538c241d63054e2850e215ac96f97 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Tue, 21 Feb 2012 16:21:11 +0100 Subject: * [ GAM-1] AudioManager DBusPlugin crashes when Controller registers source/sink class on startup: changed plugin in a way that only messages are sent out when InterfaceReady was called --- PluginCommandInterfaceDbus/include/DBusCommandSender.h | 1 + 1 file changed, 1 insertion(+) (limited to 'PluginCommandInterfaceDbus/include') diff --git a/PluginCommandInterfaceDbus/include/DBusCommandSender.h b/PluginCommandInterfaceDbus/include/DBusCommandSender.h index 05952f5..dbf6b04 100644 --- a/PluginCommandInterfaceDbus/include/DBusCommandSender.h +++ b/PluginCommandInterfaceDbus/include/DBusCommandSender.h @@ -78,6 +78,7 @@ private: CommandReceiverShadow mCommandReceiverShadow; DBusWrapper* mDBusWrapper; CommandReceiveInterface* mCommandReceiveInterface; + bool mReady; ///< ! if false, calls shall be ignored. /** -- cgit v1.2.1