summaryrefslogtreecommitdiff
path: root/PluginControlInterface/include/IAmControlReceiverShadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginControlInterface/include/IAmControlReceiverShadow.h')
-rw-r--r--PluginControlInterface/include/IAmControlReceiverShadow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PluginControlInterface/include/IAmControlReceiverShadow.h b/PluginControlInterface/include/IAmControlReceiverShadow.h
index 830fc33..ed8c774 100644
--- a/PluginControlInterface/include/IAmControlReceiverShadow.h
+++ b/PluginControlInterface/include/IAmControlReceiverShadow.h
@@ -102,8 +102,8 @@ public:
void setCommandRundown();
void setRoutingReady();
void setRoutingRundown();
- void confirmControllerReady();
- void confirmControllerRundown();
+ void confirmControllerReady(am_Error_e error);
+ void confirmControllerRundown(am_Error_e error);
am_Error_e getSocketHandler(CAmSocketHandler*& socketHandler);
private:
IAmControlReceive *mpIAmControlReceiver;