From 958a34ae8c5c6f25ba73640b9e7f9998b23fd62a Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Thu, 12 Sep 2013 10:59:47 +0200 Subject: * added some documentation, removed sample project since it seems to addle users. Now the fidls are the matching final the EA version. Signed-off-by: Christian Linke --- PluginCommandInterfaceCAPI/include/CAmCommandSenderService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PluginCommandInterfaceCAPI/include') 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); -- cgit v1.2.1