summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/BluetoothServer.hxx
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/BluetoothServer.hxx
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/BluetoothServer.hxx')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.hxx b/sd/source/ui/remotecontrol/BluetoothServer.hxx
index 51be45f7d9bc..d8c9879ab59b 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.hxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.hxx
@@ -24,6 +24,8 @@ namespace sd
static bool isDiscoverable();
static void setDiscoverable( bool aDiscoverable );
+ void addCommunicator( Communicator* pCommunicator );
+
private:
BluetoothServer( std::vector<Communicator*>* pCommunicators );
~BluetoothServer();