summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Mueller <christian.ei.mueller@bmw.de>2012-05-21 19:03:24 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-05-24 13:40:23 +0200
commit12ee422d7a997a423615518f0132e646b9e8b5dc (patch)
tree2de2ee6f1fe36c86fd8ee40debda1d177cced108 /include
parent3f65139b2825e654dd0cc36d1cee055b7ac959d9 (diff)
downloadaudiomanager-12ee422d7a997a423615518f0132e646b9e8b5dc.tar.gz
* [GAM-78] Using the AudioManager with Sessionbus does not work fixed
Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'include')
-rw-r--r--include/shared/CAmDbusWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shared/CAmDbusWrapper.h b/include/shared/CAmDbusWrapper.h
index 4deaf88..603cc00 100644
--- a/include/shared/CAmDbusWrapper.h
+++ b/include/shared/CAmDbusWrapper.h
@@ -81,6 +81,7 @@ private:
std::vector<sh_timerHandle_t*> mpListTimerhandles; //!< pointer to the timer handles
CAmSocketHandler *mpSocketHandler; //!< pointer to the sockethandler
std::map<DBusWatch*, sh_pollHandle_t> mMapHandleWatch; //!< map to the handle watches
+ DBusBusType mDbusType;
};
}