From 104255615d643a2278d8430a876413793563ab36 Mon Sep 17 00:00:00 2001 From: christian linke Date: Thu, 29 Nov 2012 16:00:05 +0100 Subject: * make AudioManager rundown cleaner. Now an extra created pipe is used to trigger the mainloop one last time before the AudioManager exits. Signed-off-by: christian linke --- AudioManagerDaemon/src/CAmControlReceiver.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'AudioManagerDaemon/src/CAmControlReceiver.cpp') diff --git a/AudioManagerDaemon/src/CAmControlReceiver.cpp b/AudioManagerDaemon/src/CAmControlReceiver.cpp index 2ee225a..f78a0f3 100644 --- a/AudioManagerDaemon/src/CAmControlReceiver.cpp +++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp @@ -483,12 +483,7 @@ void CAmControlReceiver::confirmControllerReady() void CAmControlReceiver::confirmControllerRundown() { - logInfo ("CAmControlReceiver::confirmControllerRundown(), exiting regularly"); - //once the controller is ready, it will exit. - CAmDltWrapper* inst(getWrapper()); - inst->deinit(); - exit (0); - //todo: one time implement here system interaction with NSM + logInfo ("CAmControlReceiver::confirmControllerRundown(), will exit now"); } am_Error_e CAmControlReceiver::getSocketHandler(CAmSocketHandler *& socketHandler) -- cgit v1.2.1