summaryrefslogtreecommitdiff
path: root/AudioManagerCore/src/CAmRoutingSender.cpp
diff options
context:
space:
mode:
authorMartin Koch <mkoch@de.adit-jv.com>2020-01-14 14:48:54 +0100
committerMartin Koch <mkoch@de.adit-jv.com>2020-01-14 15:27:26 +0100
commit56b7b1883c354b78ab6cff5739ddd2f170603324 (patch)
tree6f95ae6a3cc298633b9af7e5a7d3febbba5dbd35 /AudioManagerCore/src/CAmRoutingSender.cpp
parente0c47ec1fd95abbc5f8f32f9d9968dfbd02b0999 (diff)
downloadaudiomanager-56b7b1883c354b78ab6cff5739ddd2f170603324.tar.gz
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 <mkoch@de.adit-jv.com>
Diffstat (limited to 'AudioManagerCore/src/CAmRoutingSender.cpp')
-rw-r--r--AudioManagerCore/src/CAmRoutingSender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerCore/src/CAmRoutingSender.cpp b/AudioManagerCore/src/CAmRoutingSender.cpp
index cb66fe9..36f5c1a 100644
--- a/AudioManagerCore/src/CAmRoutingSender.cpp
+++ b/AudioManagerCore/src/CAmRoutingSender.cpp
@@ -34,7 +34,7 @@
#include <stdexcept>
#include "CAmRoutingReceiver.h"
#include "TAmPluginTemplate.h"
-#include "CAmDltWrapper.h"
+#include "CAmLogWrapper.h"
#include "IAmDatabaseHandler.h"
namespace am