summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Linke <Christian.Linke@bmw.de>2016-06-21 05:09:06 -0700
committerChristian Linke <Christian.Linke@bmw.de>2016-06-21 05:09:06 -0700
commit791557b6f7c3efe78aafa20318ef7b90cfdb6e6d (patch)
tree95983ddadd92ad11955a5dd05e069eebae812e20 /include
parent8f5563bd07f6d71b8358c9e9e84ea6551b60a734 (diff)
downloadaudiomanager-791557b6f7c3efe78aafa20318ef7b90cfdb6e6d.tar.gz
some updates of the fix
Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
Diffstat (limited to 'include')
-rw-r--r--include/IAmControl.h5
-rwxr-xr-xinclude/audiomanagertypes.h2
2 files changed, 4 insertions, 3 deletions
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){ }
};
/**