summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-04-27 14:41:10 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-05-24 13:40:22 +0200
commit2612866aa6ff673a60e80100b3d63b83903240f1 (patch)
treeb6d0e446fb326094b31d9ee8d81afcde7050d942 /include
parenta74d588f039b4d7b583de5b4be108c98bd242642 (diff)
downloadaudiomanager-2612866aa6ff673a60e80100b3d63b83903240f1.tar.gz
* [GAM-72] change type std::list to std::vector in DbusWrapper
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'include')
-rw-r--r--include/shared/CAmDbusWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shared/CAmDbusWrapper.h b/include/shared/CAmDbusWrapper.h
index 46b758a..4deaf88 100644
--- a/include/shared/CAmDbusWrapper.h
+++ b/include/shared/CAmDbusWrapper.h
@@ -77,7 +77,7 @@ private:
DBusObjectPathVTable mObjectPathVTable; //!< the vpathtable
DBusConnection* mpDbusConnection; //!< pointer to the dbus connection used
DBusError mDBusError; //!< dbuserror
- std::list<std::string> mListNodes; //!< holds a list of all nodes of the dbus
+ std::vector<std::string> mListNodes; //!< holds a list of all nodes of the dbus
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