diff options
author | christian linke <christian.linke@bmw.de> | 2012-12-06 13:31:52 +0100 |
---|---|---|
committer | christian linke <christian.linke@bmw.de> | 2012-12-06 13:38:51 +0100 |
commit | 215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c (patch) | |
tree | e9ef5639752a65ee2e678bafdb36bd56b09bfd91 /AudioManagerDaemon/include | |
parent | 104255615d643a2278d8430a876413793563ab36 (diff) | |
download | audiomanager-215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c.tar.gz |
fix [OSS BUG 23] - connection removed if routing returns !=E_OK. added test case to test this as well
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/include')
-rw-r--r-- | AudioManagerDaemon/include/CAmRoutingSender.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |