summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/include/DltContext.h
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2011-12-28 15:55:32 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2011-12-29 15:43:02 +0100
commitb7e748007bbe0b16fa8a8a089c6cc8fe43bc7aac (patch)
treee93f5912113ad4d611944648d7f9746e009a0d9b /PluginRoutingInterfaceAsync/include/DltContext.h
parent6b583365d1f0f5c7ff613ecfc323c4d1eba1699d (diff)
downloadaudiomanager-b7e748007bbe0b16fa8a8a089c6cc8fe43bc7aac.tar.gz
* assert on empty busname (routinginterface)ver-0.0.1
* added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
Diffstat (limited to 'PluginRoutingInterfaceAsync/include/DltContext.h')
-rw-r--r--PluginRoutingInterfaceAsync/include/DltContext.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/PluginRoutingInterfaceAsync/include/DltContext.h b/PluginRoutingInterfaceAsync/include/DltContext.h
new file mode 100644
index 0000000..36d4e7a
--- /dev/null
+++ b/PluginRoutingInterfaceAsync/include/DltContext.h
@@ -0,0 +1,15 @@
+/*
+ * DltContext.h
+ *
+ * Created on: Dec 27, 2011
+ * Author: christian
+ */
+
+#ifndef DLTCONTEXT_H_
+#define DLTCONTEXT_H_
+
+#include <dlt/dlt.h>
+
+DLT_IMPORT_CONTEXT(PluginRoutingAsync)
+
+#endif /* DLTCONTEXT_H_ */