summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-05-07 15:11:21 +0200
committerChristian Linke <christian.linke@bmw.de>2013-06-13 17:10:28 +0200
commit628d8539b3269f3a9d2aa399e7fc7cbdedb5bcc5 (patch)
treee0bfb135cde9e7893094e7491e8df06c191a2967 /include
parent3f6c820340139d3bc293001b17d006957a5f20dd (diff)
downloadaudiomanager-628d8539b3269f3a9d2aa399e7fc7cbdedb5bcc5.tar.gz
* fix for bug [52]: Dbus wrapper sometimes does not deliver all messages
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'include')
-rw-r--r--include/shared/CAmDbusWrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/shared/CAmDbusWrapper.h b/include/shared/CAmDbusWrapper.h
index 603cc00..35b5e77 100644
--- a/include/shared/CAmDbusWrapper.h
+++ b/include/shared/CAmDbusWrapper.h
@@ -53,6 +53,9 @@ public:
static void removeTimeout(DBusTimeout *timeout, void* userData);
static void toggleTimeout(DBusTimeout *timeout, void* userData);
+ void dbusPrepareCallback(const sh_pollHandle_t handle, void* userData);
+ TAmShPollPrepare<CAmDbusWrapper> pDbusPrepareCallback;
+
bool dbusDispatchCallback(const sh_pollHandle_t handle, void* userData);
TAmShPollDispatch<CAmDbusWrapper> pDbusDispatchCallback;