diff options
Diffstat (limited to 'AudioManagerUtilities/include/CAmSocketHandler.h')
-rw-r--r-- | AudioManagerUtilities/include/CAmSocketHandler.h | 7 |
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 |