summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src
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 /AudioManagerDaemon/src
parentd3a64a702f984175386d20d35d24b54a6a85d7e2 (diff)
downloadaudiomanager-02b17a992e900ad82df8edf02e5e51e750ece36b.tar.gz
* removed simple DBus Loop from DBusWrapper - is not needed anymore since Sockethandler is mandatory
Diffstat (limited to 'AudioManagerDaemon/src')
-rw-r--r--AudioManagerDaemon/src/DBusWrapper.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/AudioManagerDaemon/src/DBusWrapper.cpp b/AudioManagerDaemon/src/DBusWrapper.cpp
index 5a310ce..bfe6706 100644
--- a/AudioManagerDaemon/src/DBusWrapper.cpp
+++ b/AudioManagerDaemon/src/DBusWrapper.cpp
@@ -187,16 +187,6 @@ DBusHandlerResult DBusWrapper::cbRootIntrospection(DBusConnection *conn, DBusMes
}
}
-void DBusWrapper::dbusMainLoop()
-{
- logInfo("DBusWrapper::dbusMainLoop Entering MainLoop");
-
- while (dbus_connection_read_write_dispatch(mDbusConnection, -1))
- {
-
- }
-}
-
void DBusWrapper::getDBusConnection(DBusConnection *& connection) const
{
connection = mDbusConnection;