session: Move EmergencyCall to configuration plugin
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 13 Aug 2012 08:40:29 +0000 (10:40 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 30 Aug 2012 10:04:52 +0000 (13:04 +0300)
commitd634d36e87c82a6030bfff08736e241f718a5a70
tree8c4c834985313ce6672dec1623e14fc158d19c86
parent2b55c51eb7cd4b9a6c34aa01d07b448d3ffe4db7
session: Move EmergencyCall to configuration plugin

Instead fallback using the configuration plugin for selecting
the emergency application.

Now we don't have to update all other sessions which makes
the whole code logic more straight forward. If a session is
marked as an emergency call and this application calls
Connect()/Disconnect() it will succedd and block all other
sessions when they try to call Connect() or Disconnect().
plugins/session_default.c
src/session.c