fdo#74697 Add Bluez 5 support for impress remote.
commitf84e67dbc791e34d3480e096f3aed43709868374
authorAndrzej Hunt <andrzej.hunt@collabora.com>
Thu, 10 Apr 2014 20:58:29 +0000 (10 21:58 +0100)
committerAndras Timar <andras.timar@collabora.com>
Tue, 22 Apr 2014 21:24:40 +0000 (22 21:24 +0000)
tree581c94cf911a0e76009773f1bf0462b9c893e4ff
parent90c3940eab1fd2ae9c0f950a8e16df8a8ea48ac8
fdo#74697 Add Bluez 5 support for impress remote.

This time we:
 - Don't break SAL_WARN with an fprintf like syntax.
 - Replace DBUS_TYPE_UNIX_FD with it's definition 'h' as we might
   be building on dbus-glib versions that do not support it (however
   presumably anyone running bluez 5 will have a dbus version that is
   new enough to support this, i.e. purely a build-time issue).
 - Remove various C++11'isms.

Reviewed-on: https://gerrit.libreoffice.org/8924
Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>
Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
(cherry picked from commit b15666fd7582729c75bd0dd1bd0cb5d7c5a77f0c)

Conflicts:
sd/source/ui/remotecontrol/BluetoothServer.cxx

Change-Id: I736cad2122cd3789a5c7fb62c39e409d41fc1e32
Reviewed-on: https://gerrit.libreoffice.org/8929
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit d92b1152cb4e700902288d5694add7154045140e)
Reviewed-on: https://gerrit.libreoffice.org/9098
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
sd/source/ui/remotecontrol/BluetoothServer.cxx
sd/source/ui/remotecontrol/BufferedStreamSocket.cxx
sd/source/ui/remotecontrol/Communicator.cxx