summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/Communicator.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-14 17:07:01 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-16 12:03:27 +0200
commitf9685dc555cc79fe3a52caf9da39df37da750cd4 (patch)
treece370d5377a2d8f374dafa0852505461a26e692f /sd/source/ui/remotecontrol/Communicator.cxx
parent3717bbf31d299a23f0753f01a6bad56656cfbe74 (diff)
More work on the Impress Remote Control Bluetooth code for OS X
Mostly the work of Thorsten, from December, adapted to compile against the current remote control code, and with one or two crucial things added. Plus lots of SAL_INFO calls added; once it works well many of them can be dropped. Does not work properly yet, do not cherry-pick just this to 4.0. Change-Id: I53361b49a2b6938c768be1ea0fc17eb5e46b6aa4
Diffstat (limited to 'sd/source/ui/remotecontrol/Communicator.cxx')
-rw-r--r--sd/source/ui/remotecontrol/Communicator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/Communicator.cxx b/sd/source/ui/remotecontrol/Communicator.cxx
index 84467da26eb4..908f732d0a07 100644
--- a/sd/source/ui/remotecontrol/Communicator.cxx
+++ b/sd/source/ui/remotecontrol/Communicator.cxx
@@ -22,7 +22,7 @@ using namespace std;
using namespace com::sun::star;
using namespace osl;
-Communicator::Communicator( BufferedStreamSocket *pSocket ):
+Communicator::Communicator( IBluetoothSocket *pSocket ):
Thread( "CommunicatorThread" ),
mpSocket( pSocket ),
pTransmitter( 0 ),