summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
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/IAmControl.h
parent8f5563bd07f6d71b8358c9e9e84ea6551b60a734 (diff)
downloadaudiomanager-791557b6f7c3efe78aafa20318ef7b90cfdb6e6d.tar.gz
some updates of the fix
Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
Diffstat (limited to 'include/IAmControl.h')
-rw-r--r--include/IAmControl.h5
1 files changed, 4 insertions, 1 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
{