From 7128815d6cd5106441f7be5454a8a7375c8ac1ab Mon Sep 17 00:00:00 2001 From: christian linke Date: Tue, 30 Oct 2012 17:52:13 +0100 Subject: * make DLTWrapper unregister itself before exiting Signed-off-by: christian linke --- include/shared/CAmDltWrapper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 void logInfo(T value) /** * logs a given value with infolevel with the default context * @param value - * @param value1 + * @param value1mDltContext */ template void logInfo(T value, T1 value1) { -- cgit v1.2.1