summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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){ }
};
/**