From 215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c Mon Sep 17 00:00:00 2001 From: christian linke Date: Thu, 6 Dec 2012 13:31:52 +0100 Subject: fix [OSS BUG 23] - connection removed if routing returns !=E_OK. added test case to test this as well Signed-off-by: christian linke --- AudioManagerDaemon/include/CAmRoutingSender.h | 1 + 1 file changed, 1 insertion(+) (limited to 'AudioManagerDaemon/include') diff --git a/AudioManagerDaemon/include/CAmRoutingSender.h b/AudioManagerDaemon/include/CAmRoutingSender.h index 499d196..5f58689 100644 --- a/AudioManagerDaemon/include/CAmRoutingSender.h +++ b/AudioManagerDaemon/include/CAmRoutingSender.h @@ -52,6 +52,7 @@ public: am_Error_e removeSourceLookup(const am_sourceID_t sourceID); am_Error_e removeSinkLookup(const am_sinkID_t sinkID); am_Error_e removeCrossfaderLookup(const am_crossfaderID_t crossfaderID); + am_Error_e removeConnectionLookup(const am_connectionID_t connectionID); am_Error_e startupInterfaces(CAmRoutingReceiver* iRoutingReceiver); void setRoutingReady(); -- cgit v1.2.1