summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-27 08:43:02 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-27 08:43:02 +0100
commit02b17a992e900ad82df8edf02e5e51e750ece36b (patch)
treefa120bebb20f6e41e4b6c9c6492af092f2cd7324 /includes
parentd3a64a702f984175386d20d35d24b54a6a85d7e2 (diff)
downloadaudiomanager-02b17a992e900ad82df8edf02e5e51e750ece36b.tar.gz
* removed simple DBus Loop from DBusWrapper - is not needed anymore since Sockethandler is mandatory
Diffstat (limited to 'includes')
-rw-r--r--includes/dbus/DBusWrapper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/dbus/DBusWrapper.h b/includes/dbus/DBusWrapper.h
index 24b2795..76fd2c1 100644
--- a/includes/dbus/DBusWrapper.h
+++ b/includes/dbus/DBusWrapper.h
@@ -40,7 +40,6 @@ namespace am
class DBusWrapper
{
public:
- DBusWrapper();
DBusWrapper(SocketHandler* socketHandler);
virtual ~DBusWrapper();
@@ -59,11 +58,6 @@ public:
*/
void getDBusConnection(DBusConnection*& connection) const;
- /**
- * If Dbus is used, this MainLoop must be called as mainloop, otherwise the messages are not dispatched.
- */
- void dbusMainLoop();
-
static dbus_bool_t addWatch(DBusWatch *watch, void *userData);
static void removeWatch(DBusWatch *watch, void *userData);
static void toogleWatch(DBusWatch *watch, void *userData);