summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-12-17 16:15:11 +0100
committerchristian linke <christian.linke@bmw.de>2012-12-17 16:15:11 +0100
commit54c5e965fe8f9a53a78834028fd65c792493da2b (patch)
tree560d7b1209e6a8d4798de9568e4b4a947c2ab42a /PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h
parent215e8a72dc81e8a86dd5b3a8ca40fd2c7c6a0b9c (diff)
downloadaudiomanager-54c5e965fe8f9a53a78834028fd65c792493da2b.tar.gz
* added new interfaces & nsm support + nsm tests + fixed some unit tests + fixed rundown
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h')
-rw-r--r--PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h b/PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h
index 90ced6f..48056f1 100644
--- a/PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h
+++ b/PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h
@@ -56,8 +56,8 @@ public:
am_Error_e registerSource(const am_Source_s& sourceData, am_sourceID_t& sourceID) ;
am_Error_e deregisterSource(const am_sourceID_t sourceID) ;
am_Error_e registerCrossfader(const am_Crossfader_s& crossfaderData, am_crossfaderID_t& crossfaderID) ;
- void confirmRoutingReady(uint16_t starupHandle);
- void confirmRoutingRundown(uint16_t rundownHandle);
+ void confirmRoutingReady(uint16_t starupHandle, am_Error_e error);
+ void confirmRoutingRundown(uint16_t rundownHandle,am_Error_e error);
private: