summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/main.cpp
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-06 20:11:13 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-06 20:11:13 +0100
commitf23f9c3ecf40636f176107f6098c308f72fdbd5d (patch)
tree56343b3086da79c629ee58655a7f6886f1f85676 /AudioManagerDaemon/src/main.cpp
parente553e5bc869df63d2e8d3fa0c581b3798db9b439 (diff)
downloadaudiomanager-f23f9c3ecf40636f176107f6098c308f72fdbd5d.tar.gz
* removed all documentation to new place
* removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
Diffstat (limited to 'AudioManagerDaemon/src/main.cpp')
-rw-r--r--AudioManagerDaemon/src/main.cpp17
1 files changed, 8 insertions, 9 deletions
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index 9c5820d..c42640e 100644
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -1,5 +1,4 @@
/**
- * Copyright (C) 2012, GENIVI Alliance, Inc.
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
@@ -21,12 +20,12 @@
*
*/
-//todo: create systemd compatibility
-//todo: all communication like all plugins loaded etc...
-//todo: check the startup sequence. Dbus shall be activated last...
-//todo: there is a bug in the visible flags of sinks and sources. fix it.
-//todo: clean up startup sequences controller, command and routing interfaces----
-//todo: package generation only works if package directory exists...
+/**
+ * \todo create systemd compatibility
+ * \todo all communication like all plugins loaded etc...
+ * \todo check the startup sequence. Dbus shall be activated last...
+ * \bug package generation only works if package directory exists...
+ */
#include "config.h"
@@ -61,9 +60,9 @@
#include "shared/CAmSocketHandler.h"
+using namespace am;
DLT_DECLARE_CONTEXT(AudioManager)
-using namespace am;
const char* USAGE_DESCRIPTION = "Usage:\tAudioManagerDaemon [options]\n"
"options:\t\n"
@@ -265,7 +264,7 @@ int main(int argc, char *argv[])
//parse the commandline options
parseCommandLine(argc, (char**) argv);
- CAmDltWrapper::instance(true)->registerApp("AudioManagerDeamon", "AudioManagerDeamon");
+ CAmDltWrapper::instance(enableNoDLTDebug)->registerApp("AudioManagerDeamon", "AudioManagerDeamon");
CAmDltWrapper::instance()->registerContext(AudioManager, "Main", "Main Context");
logInfo("The Audiomanager is started");
logInfo("The version of the Audiomanager", DAEMONVERSION);