session: Introduce append all flag.
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 15 Apr 2011 06:58:34 +0000 (08:58 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 15 Apr 2011 14:24:37 +0000 (16:24 +0200)
commita65617260a570e86d730f0bc369a13515364bb9d
tree85da328bb2ba5108024e033d50e96409d29aef97
parent4416fef41f8bc439cb61dbd839a4f4bfce80f7dd
session: Introduce append all flag.

When the session is created all current settings should be send to the
Notify Object. One way is to look if the current value
(e.g. EmergencyCall) has changed to the last value. This seems like a
good plan though the code got quite ugly. So let's introduce a flag
for append all. This makes the initializing code quite simple.
src/session.c