From 791557b6f7c3efe78aafa20318ef7b90cfdb6e6d Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Tue, 21 Jun 2016 05:09:06 -0700 Subject: some updates of the fix Signed-off-by: Christian Linke --- include/IAmControl.h | 5 ++++- include/audiomanagertypes.h | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/IAmControl.h b/include/IAmControl.h index 1c02d37..9bfab6b 100644 --- a/include/IAmControl.h +++ b/include/IAmControl.h @@ -32,7 +32,7 @@ class CAmSocketHandler; #include "audiomanagertypes.h" -#define ControlVersion "5.0" +#define ControlVersion "5.1" namespace am { /** @@ -49,6 +49,9 @@ namespace am { * implement thread safe by using the deferred-call pattern described on the wiki * which also helps to implement calls that are forbidden.\n * For more information, please check CAmSerializer + * + * All functions that contain handles can be resend when using the same handle. Take care to initialize + * the handles properly to avaid unintended resending. */ class IAmControlReceive { diff --git a/include/audiomanagertypes.h b/include/audiomanagertypes.h index b94c5ee..8651185 100755 --- a/include/audiomanagertypes.h +++ b/include/audiomanagertypes.h @@ -1000,8 +1000,6 @@ public: * the handle as value */ uint16_t handle:10; - - am_Handle_s():handleType(am_Handle_e::H_UNKNOWN),handle(0){ } }; /** -- cgit v1.2.1