From 9f4c15a8e89d798077ca3edf7f786dbc740aa176 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Wed, 1 Feb 2012 10:50:15 +0100 Subject: * implemented peeksinkclassIDs and peeksourceclassIDs * changed interface of both from const to non-const * corrected include headers to c++ style, eg. * corrected sendChangedData return type to void * implemented tests for sinkclass and sourceclass peeking * fixed bug in sockethandler (FD could not be removed) thanks to Frank --- AudioManagerDaemon/src/DBusWrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AudioManagerDaemon/src/DBusWrapper.cpp') diff --git a/AudioManagerDaemon/src/DBusWrapper.cpp b/AudioManagerDaemon/src/DBusWrapper.cpp index a271017..830dd39 100644 --- a/AudioManagerDaemon/src/DBusWrapper.cpp +++ b/AudioManagerDaemon/src/DBusWrapper.cpp @@ -28,8 +28,8 @@ #include #include #include -#include -#include +#include +#include #include "DLTWrapper.h" using namespace am; -- cgit v1.2.1