summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/CAmRoutingReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/include/CAmRoutingReceiver.h')
-rw-r--r--AudioManagerDaemon/include/CAmRoutingReceiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/include/CAmRoutingReceiver.h b/AudioManagerDaemon/include/CAmRoutingReceiver.h
index e8558c1..ca2a4b4 100644
--- a/AudioManagerDaemon/include/CAmRoutingReceiver.h
+++ b/AudioManagerDaemon/include/CAmRoutingReceiver.h
@@ -95,9 +95,9 @@ private:
CAmSocketHandler *mpSocketHandler; //!< pointer to sockethandler
CAmDbusWrapper *mpDBusWrapper; //!< pointer to dbuswrapper
- uint16_t handleCount; //!< counts all handles
std::vector<uint16_t> mListStartupHandles; //!< list of handles that wait for a confirm
std::vector<uint16_t> mListRundownHandles; //!< list of handles that wait for a confirm
+ uint16_t handleCount; //!< counts all handles
bool mWaitStartup; //!< if true confirmation will be sent if list of handles = 0
bool mWaitRundown; //!< if true confirmation will be sent if list of handles = 0