From bd7ec24a2abe47ae4398b23282e8288e00eaec47 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Tue, 22 Sep 2015 17:32:01 +0100 Subject: Remove nodestatemanager Make audiomanager compile with Dbus and CommonAPI Wrapper at the same time Signed-off-by: Christian Linke --- AudioManagerDaemon/include/CAmControlSender.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'AudioManagerDaemon/include/CAmControlSender.h') diff --git a/AudioManagerDaemon/include/CAmControlSender.h b/AudioManagerDaemon/include/CAmControlSender.h index e709155..40ab379 100644 --- a/AudioManagerDaemon/include/CAmControlSender.h +++ b/AudioManagerDaemon/include/CAmControlSender.h @@ -104,10 +104,6 @@ public: void hookSourceNotificationDataChanged(const am_sourceID_t sourceID, const am_NotificationPayload_s& payload) ; am_Error_e hookUserSetMainSinkNotificationConfiguration(const am_sinkID_t sinkID, const am_NotificationConfiguration_s& notificationConfiguration) ; am_Error_e hookUserSetMainSourceNotificationConfiguration(const am_sourceID_t sourceID, const am_NotificationConfiguration_s& notificationConfiguration) ; - void hookSystemNodeStateChanged(const NsmNodeState_e NodeStateId) ; - void hookSystemNodeApplicationModeChanged(const NsmApplicationMode_e ApplicationModeId) ; - void hookSystemSessionStateChanged(const std::string& sessionName, const NsmSeat_e seatID, const NsmSessionState_e sessionStateID) ; - NsmErrorStatus_e hookSystemLifecycleRequest(const uint32_t Request, const uint32_t RequestId) ; void hookSystemSingleTimingInformationChanged(const am_connectionID_t connectionID, const am_timeSync_t time); void receiverCallback(const pollfd pollfd, const sh_pollHandle_t handle, void* userData); @@ -125,8 +121,6 @@ public: TAmShPollCheck checkerCallbackT; TAmShPollDispatch dispatcherCallbackT; - //todo: add getSessionstate, interface nachbilden von org.genivi.NodeStateManager.LifeCycleConsumer, antwort nach NSM - //chek interface version RegisterShutdownClient, UnRegisterShutdownClient, GetSessionState, GetApplicationMode, GetNodeState //we need this here to call the rundown from the signal handler. In case everything screwed up static void CallsetControllerRundown(int16_t signal) -- cgit v1.2.1