summaryrefslogtreecommitdiff
path: root/include/audiomanagertypes.h
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2015-11-04 13:55:55 +0000
committerChristian Linke <christian.linke@bmw.de>2015-11-04 13:55:55 +0000
commit28b3b278f06067ef7167cf0ffa56121ad9d3768a (patch)
treec515c71aaf7b21754d129ee7dc811bf37314f0c0 /include/audiomanagertypes.h
parent985bcfb9a3e83db5115d603925edccdf4dfba8c0 (diff)
downloadaudiomanager-28b3b278f06067ef7167cf0ffa56121ad9d3768a.tar.gz
* Bug fix 392. Some improvements regarding failed transactions in the router.
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'include/audiomanagertypes.h')
-rwxr-xr-xinclude/audiomanagertypes.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/audiomanagertypes.h b/include/audiomanagertypes.h
index aeb802d..d60e2a3 100755
--- a/include/audiomanagertypes.h
+++ b/include/audiomanagertypes.h
@@ -20,8 +20,8 @@
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL.
* PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN.
*/
-#if !defined(EA_95D3C82A_0870_4fe0_A468_5AFF99D80A26__INCLUDED_)
-#define EA_95D3C82A_0870_4fe0_A468_5AFF99D80A26__INCLUDED_
+#if !defined(EA_E0F066FD_E6D8_4ca9_84C3_D0C02AF09BF8__INCLUDED_)
+#define EA_E0F066FD_E6D8_4ca9_84C3_D0C02AF09BF8__INCLUDED_
#include <stdint.h>
#include <string>
@@ -372,6 +372,10 @@ enum am_Error_e
* capabilities of a source or a sink or gateway compatibilities for example
*/
E_WRONG_FORMAT = 10,
+ /**
+ * A communication error happened
+ */
+ E_COMMUNICATION = 11,
E_MAX
};
@@ -1461,4 +1465,4 @@ public:
};
}
-#endif // !defined(EA_95D3C82A_0870_4fe0_A468_5AFF99D80A26__INCLUDED_)
+#endif // !defined(EA_E0F066FD_E6D8_4ca9_84C3_D0C02AF09BF8__INCLUDED_)