summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-09-12 10:59:47 +0200
committerChristian Linke <christian.linke@bmw.de>2013-09-12 10:59:47 +0200
commit958a34ae8c5c6f25ba73640b9e7f9998b23fd62a (patch)
tree602bbf9f376a206ff28815d027c4540e939d788f /PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h
parentbd532738184040b4367e79dcb8a804248e62f0fc (diff)
downloadaudiomanager-958a34ae8c5c6f25ba73640b9e7f9998b23fd62a.tar.gz
* 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 <christian.linke@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h')
-rw-r--r--PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h26
1 files changed, 22 insertions, 4 deletions
diff --git a/PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h b/PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h
index 5bca231..838a7e6 100644
--- a/PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h
+++ b/PluginCommandInterfaceCAPI/src-gen/org/genivi/am/CommandControlStub.h
@@ -1,9 +1,27 @@
/*
* This file was generated by the CommonAPI Generators.
*
- * Copyright (C) 2013, BMW AG
- *
- * \author Christian Linke, christian.linke@bmw.de BMW 2012,2013
+* This file was generated by the CommonAPI Generators.
+*
+* This file was generated by the CommonAPI Generators.
+*
+* Copyright (C) 2012, BMW AG
+*
+* This file is part of GENIVI Project AudioManager.
+*
+* Contributions are licensed to the GENIVI Alliance under one or more
+* Contribution License Agreements.
+*
+* \copyright
+* This Source Code Form is subject to the terms of the
+* Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+* this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+*
+*
+* \author Aleksandar Donchev, aleksander.donchev@partner.bmw.de BMW 2013
+* \author Christian Linke christian.linke@bmw.de BMW 2013
+*
+* For further information see http://www.genivi.org/.
*/
#ifndef ORG_GENIVI_AM_Command_Control_STUB_H_
#define ORG_GENIVI_AM_Command_Control_STUB_H_
@@ -205,7 +223,7 @@ class CommandControlStub : public CommonAPI::Stub<CommandControlStubAdapter , Co
/// This is the method that will be called on remote calls on the method setSystemProperty.
virtual void setSystemProperty(am_SystemProperty_s property, am_Error_e& error) = 0;
/// This is the method that will be called on remote calls on the method getListMainConnections.
- virtual void getListMainConnections(am_Error_e& error, am_MainConnection_L& listConnections) = 0;
+ virtual void getListMainConnections(am_MainConnection_L& listConnections, am_Error_e& error) = 0;
/// This is the method that will be called on remote calls on the method getListMainSinks.
virtual void getListMainSinks(am_SinkType_L& listMainSinks, am_Error_e& error) = 0;
/// This is the method that will be called on remote calls on the method getListMainSources.