summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/BluetoothServer.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-02-18 11:30:54 +0000
committerThorsten Behrens <tbehrens@suse.com>2013-02-19 13:00:19 +0100
commit7848b97462a088521986ba200ee2fd55982667bb (patch)
tree64fd42b9f275560c808a0935c1833c8464e8cd44 /sd/source/ui/remotecontrol/BluetoothServer.hxx
parent84f1c87936fa13ea937cd02ec79a3b29ed26c5d1 (diff)
sdremote: switch to a non-blocking socket, and polling glib mainloop.
Conflicts: sd/source/ui/remotecontrol/BluetoothServer.cxx Change-Id: I84c0a522fe16fbc8fc86a8e4bccb84aec0a1acd1 (cherry picked from commit 0d89d814055d5c267a2cc57e302a23e9f0b521e3) Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'sd/source/ui/remotecontrol/BluetoothServer.hxx')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.hxx b/sd/source/ui/remotecontrol/BluetoothServer.hxx
index 5b986fae210c..b922d6094901 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.hxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.hxx
@@ -16,6 +16,7 @@ namespace sd
{
class Communicator;
+ struct BluetoothServerImpl;
class BluetoothServer:
public osl::Thread
{
@@ -39,7 +40,9 @@ namespace sd
enum { UNKNOWN, DISCOVERABLE, NOT_DISCOVERABLE } meWasDiscoverable;
static BluetoothServer *spServer;
+ BluetoothServerImpl *mpImpl;
virtual void SAL_CALL run();
+
std::vector<Communicator*>* mpCommunicators;
};
}