summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/include
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-21 16:21:11 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-21 16:21:11 +0100
commite2773d0816b538c241d63054e2850e215ac96f97 (patch)
tree38171a9683de398548ea9d5d11ee60038ae7e5f5 /PluginCommandInterfaceDbus/include
parent6fe9114b621b97c1f45e3a7db95374c4d99fb924 (diff)
downloadaudiomanager-e2773d0816b538c241d63054e2850e215ac96f97.tar.gz
* [ 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
Diffstat (limited to 'PluginCommandInterfaceDbus/include')
-rw-r--r--PluginCommandInterfaceDbus/include/DBusCommandSender.h1
1 files changed, 1 insertions, 0 deletions
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.
/**