* Bug #100 - removed projecttypes.h which causes compiling conflicts
[profile/ivi/genivi/genivi-audio-manager.git] / AudioManagerDaemon / src-gen / org / genivi / NodeStateManager / ConsumerDBusProxy.cpp
index 44bc944..6971e07 100644 (file)
@@ -1,24 +1,11 @@
 /*
-* This file was generated by the CommonAPI Generators. 
-* Used org.genivi.commonapi.core 2.1.2.201309301424.
-* Used org.franca.core 0.8.9.201308271211.
+* This file was generated by the CommonAPI Generators.
+* Used org.genivi.commonapi.core 2.1.5.201312121915.
+* Used org.franca.core 0.8.11.201401091023.
 *
-* 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
-* 
-* For further information see http://www.genivi.org/.
+* 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 Christian Linke
@@ -52,10 +39,10 @@ ConsumerDBusProxy::ConsumerDBusProxy(
                     const std::string& objectPath,
                     const std::shared_ptr<CommonAPI::DBus::DBusProxyConnection>& dbusProxyconnection):
         CommonAPI::DBus::DBusProxy(factory, commonApiAddress, interfaceName, busName, objectPath, dbusProxyconnection)
-,bootMode_(*this, interfaceName.c_str(), "BootMode"),
-restartReason_(*this, interfaceName.c_str(), "RestartReason"),
-shutdownReason_(*this, interfaceName.c_str(), "ShutdownReason"),
-wakeUpReason_(*this, interfaceName.c_str(), "WakeUpReason")
+,bootMode_(*this, "i", "getBootModeAttribute"),
+restartReason_(*this, "i", "getRestartReasonAttribute"),
+shutdownReason_(*this, "i", "getShutdownReasonAttribute"),
+wakeUpReason_(*this, "i", "getWakeUpReasonAttribute")
 ,        nodeApplicationMode_(*this, "NodeApplicationMode", "i"),
         sessionStateChanged_(*this, "SessionStateChanged", "sii"),
         nodeState_(*this, "NodeState", "i")
@@ -108,7 +95,7 @@ void ConsumerDBusProxy::LifecycleRequestComplete(const uint32_t& RequestId, cons
         *this,
         "LifecycleRequestComplete",
         "ui",
-        RequestId, Status, 
+        RequestId, Status,
         callStatus
         , ErrorCode);
 }
@@ -161,7 +148,7 @@ void ConsumerDBusProxy::UnRegisterSession(const std::string& SessionName, const
         *this,
         "UnRegisterSession",
         "ssi",
-        SessionName, SessionOwner, SeatID, 
+        SessionName, SessionOwner, SeatID,
         callStatus
         , ErrorCode);
 }
@@ -180,7 +167,7 @@ void ConsumerDBusProxy::RegisterSession(const std::string& SessionName, const st
         *this,
         "RegisterSession",
         "ssii",
-        SessionName, SessionOwner, SeatID, SessionState, 
+        SessionName, SessionOwner, SeatID, SessionState,
         callStatus
         , ErrorCode);
 }
@@ -199,7 +186,7 @@ void ConsumerDBusProxy::UnRegisterShutdownClient(const std::string& BusName, con
         *this,
         "UnRegisterShutdownClient",
         "ssu",
-        BusName, ObjName, ShutdownMode, 
+        BusName, ObjName, ShutdownMode,
         callStatus
         , ErrorCode);
 }
@@ -218,7 +205,7 @@ void ConsumerDBusProxy::RegisterShutdownClient(const std::string& BusName, const
         *this,
         "RegisterShutdownClient",
         "ssuu",
-        BusName, ObjName, ShutdownMode, TimeoutMs, 
+        BusName, ObjName, ShutdownMode, TimeoutMs,
         callStatus
         , ErrorCode);
 }
@@ -254,7 +241,7 @@ void ConsumerDBusProxy::GetSessionState(const std::string& SessionName, const in
         *this,
         "GetSessionState",
         "si",
-        SessionName, SeatID, 
+        SessionName, SeatID,
         callStatus
         , SessionState, ErrorCode);
 }
@@ -273,7 +260,7 @@ void ConsumerDBusProxy::SetSessionState(const std::string& SessionName, const st
         *this,
         "SetSessionState",
         "ssii",
-        SessionName, SessionOwner, SessionState, SeatID, 
+        SessionName, SessionOwner, SessionState, SeatID,
         callStatus
         , ErrorCode);
 }