summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-30 17:52:13 +0100
committerchristian linke <christian.linke@bmw.de>2012-10-30 17:52:13 +0100
commit7128815d6cd5106441f7be5454a8a7375c8ac1ab (patch)
tree6db286136aa6775e530d94e669144b3ff31c3273 /include
parentf9de38ac41d5da1d5cc52e8797dd47bdac4b3116 (diff)
downloadaudiomanager-7128815d6cd5106441f7be5454a8a7375c8ac1ab.tar.gz
* make DLTWrapper unregister itself before exiting
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'include')
-rw-r--r--include/shared/CAmDltWrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/shared/CAmDltWrapper.h b/include/shared/CAmDltWrapper.h
index a29bf2e..9eae51e 100644
--- a/include/shared/CAmDltWrapper.h
+++ b/include/shared/CAmDltWrapper.h
@@ -95,6 +95,7 @@ public:
void unregisterContext(DltContext& handle);
void init(DltLogLevelType loglevel, DltContext* context = NULL);
+ void deinit();
void send();
void append(const int8_t value);
void append(const uint8_t value);
@@ -148,7 +149,7 @@ template<typename T> void logInfo(T value)
/**
* logs a given value with infolevel with the default context
* @param value
- * @param value1
+ * @param value1mDltContext
*/
template<typename T, typename T1> void logInfo(T value, T1 value1)
{