summaryrefslogtreecommitdiff
path: root/include/shared/CAmDltWrapper.h
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2014-03-19 15:06:12 +0100
committerChristian Linke <christian.linke@bmw.de>2014-03-28 16:47:41 +0100
commit7ba5224b44b63e414eb51d8064050085a4bfb407 (patch)
tree9b587f6add391a9097593e563bcbeca59fa419f2 /include/shared/CAmDltWrapper.h
parent4ee76fe25e635fe8d1daa49f7af3ce4339048be9 (diff)
downloadaudiomanager-7ba5224b44b63e414eb51d8064050085a4bfb407.tar.gz
* some adoptions
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'include/shared/CAmDltWrapper.h')
-rw-r--r--include/shared/CAmDltWrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/shared/CAmDltWrapper.h b/include/shared/CAmDltWrapper.h
index 9eae51e..410acce 100644
--- a/include/shared/CAmDltWrapper.h
+++ b/include/shared/CAmDltWrapper.h
@@ -22,6 +22,7 @@
#include "config.h"
#include <string>
#include <pthread.h>
+#include "audiomanagertypes.h"
#ifdef WITH_DLT
#include <dlt/dlt.h>
@@ -108,6 +109,7 @@ public:
void append(const char*& value);
void append(const std::string& value);
void append(const bool value);
+ void append(am_Error_e value);
#ifndef WITH_DLT
void enableNoDLTDebug(const bool enableNoDLTDebug = true);
#endif