summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/include/DBusCommandSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceDbus/include/DBusCommandSender.h')
-rw-r--r--PluginCommandInterfaceDbus/include/DBusCommandSender.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/PluginCommandInterfaceDbus/include/DBusCommandSender.h b/PluginCommandInterfaceDbus/include/DBusCommandSender.h
index bcbeade..4e73c66 100644
--- a/PluginCommandInterfaceDbus/include/DBusCommandSender.h
+++ b/PluginCommandInterfaceDbus/include/DBusCommandSender.h
@@ -66,7 +66,8 @@ public:
void cbVolumeChanged(const am_sinkID_t sinkID, const am_mainVolume_t volume) ;
void cbSinkMuteStateChanged(const am_sinkID_t sinkID, const am_MuteState_e muteState) ;
void cbSystemPropertyChanged(const am_SystemProperty_s& SystemProperty) ;
- void cbTimingInformationChanged(const am_mainConnectionID_t mainConnection, const am_timeSync_t time) ;
+ void cbTimingInformationChanged(const am_timeSync_t time, const am_mainConnectionID_t mainConnectionID) ;
+ uint16_t getInterfaceVersion() const;
#ifdef UNIT_TEST
friend class DbusCommandInterfaceBackdoor;