summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/main.cpp')
-rw-r--r--AudioManagerDaemon/main.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/AudioManagerDaemon/main.cpp b/AudioManagerDaemon/main.cpp
index 43efaea..342c13d 100644
--- a/AudioManagerDaemon/main.cpp
+++ b/AudioManagerDaemon/main.cpp
@@ -28,12 +28,6 @@
* \todo: write some documentation about Plugin mechanism
*
*/
-//put here all plugins you want to use with the Routing Interface
-//Q_IMPORT_PLUGIN(RoutingPlugin)
-//Q_IMPORT_PLUGIN(RoutingJackPlugin)
-//put here all plugins that you want to use with the hooks. No more modification needed (besides adoption of the CMakeList) !
-//Q_IMPORT_PLUGIN(TestPlugin)
-DLT_DECLARE_CONTEXT(AudioManager);
int main(int argc, char *argv[]) {
@@ -69,7 +63,8 @@ int main(int argc, char *argv[]) {
/**
* \todo: we do not have to knock down the database whole the time - this can be done different
- */DLT_LOG(AudioManager,DLT_LOG_INFO, DLT_STRING("create tables for database"));
+ */
+ DLT_LOG(AudioManager,DLT_LOG_INFO, DLT_STRING("create tables for database"));
dhandler.create_tables();
/**