From 1db66c2a1a8ad5a60c68b09ddacc1bb6e021299f Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Wed, 22 Aug 2012 12:44:42 +0200 Subject: Bluetooth connection working (Linux). Change-Id: Iac77c3ce0ab0ea7bda3105c58859888e55e64d2d --- sd/source/ui/remotecontrol/BluetoothServer.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/remotecontrol/BluetoothServer.hxx') diff --git a/sd/source/ui/remotecontrol/BluetoothServer.hxx b/sd/source/ui/remotecontrol/BluetoothServer.hxx index b95d86202e9a..163208ed1353 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.hxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.hxx @@ -10,16 +10,19 @@ #define _SD_IMPRESSREMOTE_BLUETOOTHSERVER_HXX #include +#include namespace sd { + class Communicator; + class BluetoothServer: public salhelper::Thread { public: - static void setup(); + static void setup( std::vector* pCommunicators ); private: - BluetoothServer(); + BluetoothServer( std::vector* pCommunicators ); ~BluetoothServer(); static BluetoothServer *spServer; @@ -27,6 +30,7 @@ namespace sd public: private: void execute(); + std::vector* mpCommunicators; }; } -- cgit v1.2.3