DbusIpcModule: now using private dbus connection, improved receive filters
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 30 Oct 2012 12:19:22 +0000 (05:19 -0700)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 20 Nov 2012 11:57:40 +0000 (03:57 -0800)
commit67ecbc16f9f6d88c01c71ea14daaf796942ba4e8
tree6b01d4970121c449898d590857007c4e6c24fd02
parentd7bfd1dd495fdeede1dacef123bdd5df38e65a89
DbusIpcModule: now using private dbus connection, improved receive filters

- clients now open a private dbus bus connection to prevent
  side effects with other part of the application using dbus
- sender dbus interface is used for filtering messages from LayerMangerService
- removed filterDiscardUnexpected, breaks apps using multiple lib
  communciating over dbus

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerPlugins/IpcModules/DbusIpcModule/src/callbacks.c
LayerManagerPlugins/IpcModules/DbusIpcModule/src/initialization.c
LayerManagerPlugins/IpcModules/DbusIpcModule/src/message.c