From 56b7b1883c354b78ab6cff5739ddd2f170603324 Mon Sep 17 00:00:00 2001 From: Martin Koch Date: Tue, 14 Jan 2020 14:48:54 +0100 Subject: AM: Reorganize daemon, core, utilities and tests to make use of the new logging architecture. - Known side-effect: CAmSerializer.h and TAmPluginTemplate.h no longer indirectly include dlt_user.h. Thus macros like DLT_DECLARE_CONTEXT and DLT_IMPORT_CONTEXT may be undefined in application code unless CAmDltWrapper.h or dlt_user.h is included explicitly. - Since the DLT functionality is now encapsulated inside a dedicated class, such declaration is usually superfluous and can be dropped. Signed-off-by: Martin Koch --- AudioManagerUtilities/src/CAmWatchdog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AudioManagerUtilities/src/CAmWatchdog.cpp') diff --git a/AudioManagerUtilities/src/CAmWatchdog.cpp b/AudioManagerUtilities/src/CAmWatchdog.cpp index 3bac79c..5c64713 100644 --- a/AudioManagerUtilities/src/CAmWatchdog.cpp +++ b/AudioManagerUtilities/src/CAmWatchdog.cpp @@ -26,7 +26,7 @@ #include #include #include "audiomanagerconfig.h" -#include "CAmDltWrapper.h" +#include "CAmLogWrapper.h" #include namespace am -- cgit v1.2.1