summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmSocketHandler.h
diff options
context:
space:
mode:
authorAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2017-03-14 14:55:31 +0100
committerChristian Linke <christian.linke@bmw.de>2017-05-02 06:25:51 -0700
commitda78ca5c2eb7e2ff2f9153361774156f8a454daa (patch)
treefd166672b42da293fc7c41bd9f858e95d590db26 /AudioManagerUtilities/include/CAmSocketHandler.h
parent99c3edf827a16d4bdc1c40a5df7c18bf8626afa3 (diff)
downloadaudiomanager-da78ca5c2eb7e2ff2f9153361774156f8a454daa.tar.gz
CAmSerializer interface extended to support std::function.
Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I8b4c2c436ac9fbc37c76a21145c731f327cab0e4
Diffstat (limited to 'AudioManagerUtilities/include/CAmSocketHandler.h')
-rw-r--r--AudioManagerUtilities/include/CAmSocketHandler.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/AudioManagerUtilities/include/CAmSocketHandler.h b/AudioManagerUtilities/include/CAmSocketHandler.h
index d7d4b38..4519c0c 100644
--- a/AudioManagerUtilities/include/CAmSocketHandler.h
+++ b/AudioManagerUtilities/include/CAmSocketHandler.h
@@ -30,7 +30,6 @@
#include <audiomanagerconfig.h>
#include "audiomanagertypes.h"
-
#ifdef WITH_TIMERFD
#include <stdio.h>
@@ -427,7 +426,7 @@ namespace am
* @return
*/
inline static void prepare(am::CAmSocketHandler::sh_poll_s& row);
-
+
/**
* functor to return all fired events
* @param a
@@ -435,14 +434,12 @@ namespace am
*/
inline static void fire(sh_poll_s* a);
-
/**
* functor to return all fired events
* @param a
* @return
*/
inline static bool eventFired(const pollfd& a);
-
/**
* functor to help find the items that do not need dispatching
@@ -464,7 +461,7 @@ namespace am
* @return
*/
inline static void callTimer(sh_timer_s& a);
-
+
VectorListPollfd_t mfdPollingArray; //!<the polling array for ppoll
std::set<sh_pollHandle_t> mSetPollKeys; //!A set of all used ppoll keys
VectorListPoll_t mListPoll; //!<list that holds all information for the ppoll