summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI/include
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceCAPI/include')
-rw-r--r--PluginCommandInterfaceCAPI/include/CAmCommandSenderService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginCommandInterfaceCAPI/include/CAmCommandSenderService.h b/PluginCommandInterfaceCAPI/include/CAmCommandSenderService.h
index 0fbf499..654436f 100644
--- a/PluginCommandInterfaceCAPI/include/CAmCommandSenderService.h
+++ b/PluginCommandInterfaceCAPI/include/CAmCommandSenderService.h
@@ -49,7 +49,7 @@ public:
virtual void setSystemProperty(org::genivi::am::am_SystemProperty_s soundProperty, org::genivi::am::am_Error_e& result);
- virtual void getListMainConnections(org::genivi::am::am_Error_e& result, org::genivi::am::am_MainConnection_L& listConnections);
+ virtual void getListMainConnections(org::genivi::am::am_MainConnection_L& listConnections,org::genivi::am::am_Error_e& result);
virtual void getListMainSinks(org::genivi::am::am_SinkType_L& listMainSinks, org::genivi::am::am_Error_e& result);