From 2612866aa6ff673a60e80100b3d63b83903240f1 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Fri, 27 Apr 2012 14:41:10 +0200 Subject: * [GAM-72] change type std::list to std::vector in DbusWrapper Signed-off-by: christian mueller --- include/shared/CAmDbusWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 mListNodes; //!< holds a list of all nodes of the dbus + std::vector mListNodes; //!< holds a list of all nodes of the dbus std::vector mpListTimerhandles; //!< pointer to the timer handles CAmSocketHandler *mpSocketHandler; //!< pointer to the sockethandler std::map mMapHandleWatch; //!< map to the handle watches -- cgit v1.2.1