summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/DbusInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceDbus/DbusInterface.h')
-rw-r--r--PluginCommandInterfaceDbus/DbusInterface.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/PluginCommandInterfaceDbus/DbusInterface.h b/PluginCommandInterfaceDbus/DbusInterface.h
index 83a04b8..b4c5a45 100644
--- a/PluginCommandInterfaceDbus/DbusInterface.h
+++ b/PluginCommandInterfaceDbus/DbusInterface.h
@@ -44,15 +44,14 @@ public:
void cbConnectionChanged();
void cbNumberOfSinksChanged();
void cbNumberOfSourcesChanged();
- void startupInterface(CommandReceiveInterface* iface);
+ void startupInterface(CommandReceiveInterface* iface,dbusRoothandler* dbushandler);
void stop();
private:
CommandReceiveInterface *m_audioman;
CommandDbusReceive* m_DbusInterface;
DBusConnection* m_conn;
- char* m_busname;
- char* m_path;
+ dbusRoothandler* m_rootHandler;
};